Lines Matching refs:this_hole
1186 int size, this_hole, largest_hole = 0;
1197 this_hole = ocfs2_figure_dirent_hole(de);
1198 if (this_hole > largest_hole)
1199 largest_hole = this_hole;
2722 unsigned int bytes, this_hole;
2734 this_hole = ocfs2_figure_dirent_hole(de);
2735 if (this_hole > largest_hole)
2736 largest_hole = this_hole;
2747 this_hole = ocfs2_figure_dirent_hole(prev_de);
2748 if (this_hole > largest_hole)
2749 largest_hole = this_hole;