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()
741 int ret, is_last; in ocfs2_fiemap() local
773 is_last = 0; in ocfs2_fiemap()
774 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
778 &hole_size, &rec, &is_last); in ocfs2_fiemap()
794 if (is_last) in ocfs2_fiemap()
826 int ret = 0, is_last; in ocfs2_overwrite_io() local
841 is_last = 0; in ocfs2_overwrite_io()
842 while (cpos < mapping_end && !is_last) { in ocfs2_overwrite_io()
844 NULL, &rec, &is_last); in ocfs2_overwrite_io()
870 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
902 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
904 &rec, &is_last); in ocfs2_seek_data_hole_offset()
929 if (!is_last) in ocfs2_seek_data_hole_offset()