Lines Matching refs:is_last
415 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
425 if (is_last) in ocfs2_get_clusters_nocache()
426 *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()
753 int ret, is_last; in ocfs2_fiemap() local
785 is_last = 0; in ocfs2_fiemap()
786 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
790 &hole_size, &rec, &is_last); in ocfs2_fiemap()
806 if (is_last) in ocfs2_fiemap()
838 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
870 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
872 &rec, &is_last); in ocfs2_seek_data_hole_offset()
897 if (!is_last) in ocfs2_seek_data_hole_offset()