Lines Matching refs:this_hole
1205 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1216 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_find_max_rec_len()
1217 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1218 largest_hole = this_hole; in ocfs2_find_max_rec_len()
2750 unsigned int bytes, this_hole; in ocfs2_expand_last_dirent() local
2762 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_expand_last_dirent()
2763 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2764 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2775 this_hole = ocfs2_figure_dirent_hole(prev_de); in ocfs2_expand_last_dirent()
2776 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2777 largest_hole = this_hole; in ocfs2_expand_last_dirent()