Searched refs:largest_hole (Results 1 – 1 of 1) sorted by relevance
1186 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local1198 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()1199 largest_hole = this_hole; in ocfs2_find_max_rec_len()1206 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()1207 return largest_hole; in ocfs2_find_max_rec_len()2723 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local2735 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()2736 largest_hole = this_hole; in ocfs2_expand_last_dirent()2748 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()2749 largest_hole = this_hole; in ocfs2_expand_last_dirent()[all …]