Lines Matching defs:this_hole
1194 int size, this_hole, largest_hole = 0;
1205 this_hole = ocfs2_figure_dirent_hole(de);
1206 if (this_hole > largest_hole)
1207 largest_hole = this_hole;
2733 unsigned int bytes, this_hole;
2745 this_hole = ocfs2_figure_dirent_hole(de);
2746 if (this_hole > largest_hole)
2747 largest_hole = this_hole;
2758 this_hole = ocfs2_figure_dirent_hole(prev_de);
2759 if (this_hole > largest_hole)
2760 largest_hole = this_hole;