Searched refs:this_hole (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c1186 int size, this_hole, largest_hole = 0; local
1197 this_hole = ocfs2_figure_dirent_hole(de);
1198 if (this_hole > largest_hole)
1199 largest_hole = this_hole;
2720 unsigned int bytes, this_hole; local
2732 this_hole = ocfs2_figure_dirent_hole(de);
2733 if (this_hole > largest_hole)
2734 largest_hole = this_hole;
2745 this_hole = ocfs2_figure_dirent_hole(prev_de);
2746 if (this_hole > largest_hol
[all...]

Completed in 86 milliseconds