Lines Matching refs:is_last
400 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
410 if (is_last) in ocfs2_get_clusters_nocache()
411 *is_last = 0; in ocfs2_get_clusters_nocache()
490 if (is_last) { in ocfs2_get_clusters_nocache()
493 *is_last = 1; in ocfs2_get_clusters_nocache()
495 *is_last = 1; in ocfs2_get_clusters_nocache()
503 *is_last = 1; in ocfs2_get_clusters_nocache()
737 int ret, is_last; in ocfs2_fiemap() local
769 is_last = 0; in ocfs2_fiemap()
770 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
774 &hole_size, &rec, &is_last); in ocfs2_fiemap()
790 if (is_last) in ocfs2_fiemap()
822 int ret = 0, is_last; in ocfs2_overwrite_io() local
837 is_last = 0; in ocfs2_overwrite_io()
838 while (cpos < mapping_end && !is_last) { in ocfs2_overwrite_io()
840 NULL, &rec, &is_last); in ocfs2_overwrite_io()
866 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
898 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
900 &rec, &is_last); in ocfs2_seek_data_hole_offset()
925 if (!is_last) in ocfs2_seek_data_hole_offset()