Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddir.c1188 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1199 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_find_max_rec_len()
1200 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1201 largest_hole = this_hole; in ocfs2_find_max_rec_len()
2724 unsigned int bytes, this_hole; in ocfs2_expand_last_dirent() local
2736 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_expand_last_dirent()
2737 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2738 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2749 this_hole = ocfs2_figure_dirent_hole(prev_de); in ocfs2_expand_last_dirent()
2750 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
[all …]