Lines Matching refs:this_hole
1192 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1203 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_find_max_rec_len()
1204 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1205 largest_hole = this_hole; in ocfs2_find_max_rec_len()
2730 unsigned int bytes, this_hole; in ocfs2_expand_last_dirent() local
2742 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_expand_last_dirent()
2743 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2744 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2755 this_hole = ocfs2_figure_dirent_hole(prev_de); in ocfs2_expand_last_dirent()
2756 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2757 largest_hole = this_hole; in ocfs2_expand_last_dirent()