Lines Matching refs:is_last
402 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
412 if (is_last) in ocfs2_get_clusters_nocache()
413 *is_last = 0; in ocfs2_get_clusters_nocache()
492 if (is_last) { in ocfs2_get_clusters_nocache()
495 *is_last = 1; in ocfs2_get_clusters_nocache()
497 *is_last = 1; in ocfs2_get_clusters_nocache()
505 *is_last = 1; in ocfs2_get_clusters_nocache()
739 int ret, is_last; in ocfs2_fiemap() local
771 is_last = 0; in ocfs2_fiemap()
772 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
776 &hole_size, &rec, &is_last); in ocfs2_fiemap()
792 if (is_last) in ocfs2_fiemap()
824 int ret = 0, is_last; in ocfs2_overwrite_io() local
839 is_last = 0; in ocfs2_overwrite_io()
840 while (cpos < mapping_end && !is_last) { in ocfs2_overwrite_io()
842 NULL, &rec, &is_last); in ocfs2_overwrite_io()
868 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
900 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
902 &rec, &is_last); in ocfs2_seek_data_hole_offset()
927 if (!is_last) in ocfs2_seek_data_hole_offset()