Lines Matching refs:largest_hole
1215 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1227 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1228 largest_hole = this_hole; in ocfs2_find_max_rec_len()
1235 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()
1236 return largest_hole; in ocfs2_find_max_rec_len()
2761 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local
2773 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2774 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2786 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2787 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2789 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_expand_last_dirent()
2790 return largest_hole; in ocfs2_expand_last_dirent()