Lines Matching refs:largest_hole
1213 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1225 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1226 largest_hole = this_hole; in ocfs2_find_max_rec_len()
1233 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()
1234 return largest_hole; in ocfs2_find_max_rec_len()
2756 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local
2768 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2769 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2781 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2782 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2784 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_expand_last_dirent()
2785 return largest_hole; in ocfs2_expand_last_dirent()