Lines Matching refs:is_last
414 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
424 if (is_last) in ocfs2_get_clusters_nocache()
425 *is_last = 0; in ocfs2_get_clusters_nocache()
504 if (is_last) { in ocfs2_get_clusters_nocache()
507 *is_last = 1; in ocfs2_get_clusters_nocache()
509 *is_last = 1; in ocfs2_get_clusters_nocache()
517 *is_last = 1; in ocfs2_get_clusters_nocache()
754 int ret, is_last; in ocfs2_fiemap() local
786 is_last = 0; in ocfs2_fiemap()
787 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
791 &hole_size, &rec, &is_last); in ocfs2_fiemap()
807 if (is_last) in ocfs2_fiemap()
839 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
871 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
873 &rec, &is_last); in ocfs2_seek_data_hole_offset()
898 if (!is_last) in ocfs2_seek_data_hole_offset()