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()
505 if (is_last) { in ocfs2_get_clusters_nocache()
508 *is_last = 1; in ocfs2_get_clusters_nocache()
510 *is_last = 1; in ocfs2_get_clusters_nocache()
518 *is_last = 1; in ocfs2_get_clusters_nocache()
755 int ret, is_last; in ocfs2_fiemap() local
787 is_last = 0; in ocfs2_fiemap()
788 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
792 &hole_size, &rec, &is_last); in ocfs2_fiemap()
808 if (is_last) in ocfs2_fiemap()
840 int ret = 0, is_last; in ocfs2_overwrite_io() local
855 is_last = 0; in ocfs2_overwrite_io()
856 while (cpos < mapping_end && !is_last) { in ocfs2_overwrite_io()
858 NULL, &rec, &is_last); in ocfs2_overwrite_io()
884 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
916 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
918 &rec, &is_last); in ocfs2_seek_data_hole_offset()
943 if (!is_last) in ocfs2_seek_data_hole_offset()