Lines Matching refs:largest_hole
1188 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1200 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1201 largest_hole = this_hole; in ocfs2_find_max_rec_len()
1208 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()
1209 return largest_hole; in ocfs2_find_max_rec_len()
2725 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local
2737 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2738 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2750 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2751 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2753 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_expand_last_dirent()
2754 return largest_hole; in ocfs2_expand_last_dirent()