Lines Matching refs:is_last
414 unsigned int *is_last) in ocfs2_get_clusters_nocache() argument
424 if (is_last) in ocfs2_get_clusters_nocache()
425 *is_last = 0; in ocfs2_get_clusters_nocache()
503 if (is_last) { in ocfs2_get_clusters_nocache()
506 *is_last = 1; in ocfs2_get_clusters_nocache()
508 *is_last = 1; in ocfs2_get_clusters_nocache()
516 *is_last = 1; in ocfs2_get_clusters_nocache()
752 int ret, is_last; in ocfs2_fiemap() local
784 is_last = 0; in ocfs2_fiemap()
785 while (cpos < mapping_end && !is_last) { in ocfs2_fiemap()
789 &hole_size, &rec, &is_last); in ocfs2_fiemap()
805 if (is_last) in ocfs2_fiemap()
837 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
869 while (cpos < cend && !is_last) { in ocfs2_seek_data_hole_offset()
871 &rec, &is_last); in ocfs2_seek_data_hole_offset()
896 if (!is_last) in ocfs2_seek_data_hole_offset()