this_hole 1188 fs/ocfs2/dir.c int size, this_hole, largest_hole = 0; this_hole 1199 fs/ocfs2/dir.c this_hole = ocfs2_figure_dirent_hole(de); this_hole 1200 fs/ocfs2/dir.c if (this_hole > largest_hole) this_hole 1201 fs/ocfs2/dir.c largest_hole = this_hole; this_hole 2724 fs/ocfs2/dir.c unsigned int bytes, this_hole; this_hole 2736 fs/ocfs2/dir.c this_hole = ocfs2_figure_dirent_hole(de); this_hole 2737 fs/ocfs2/dir.c if (this_hole > largest_hole) this_hole 2738 fs/ocfs2/dir.c largest_hole = this_hole; this_hole 2749 fs/ocfs2/dir.c this_hole = ocfs2_figure_dirent_hole(prev_de); this_hole 2750 fs/ocfs2/dir.c if (this_hole > largest_hole) this_hole 2751 fs/ocfs2/dir.c largest_hole = this_hole;