Lines Matching refs:largest_hole
1206 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1218 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1219 largest_hole = this_hole; in ocfs2_find_max_rec_len()
1226 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()
1227 return largest_hole; in ocfs2_find_max_rec_len()
2752 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local
2764 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2765 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2777 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2778 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2780 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_expand_last_dirent()
2781 return largest_hole; in ocfs2_expand_last_dirent()