Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ocfs2/
Ddir.c1186 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1197 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_find_max_rec_len()
1198 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1199 largest_hole = this_hole; in ocfs2_find_max_rec_len()
2722 unsigned int bytes, this_hole; in ocfs2_expand_last_dirent() local
2734 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_expand_last_dirent()
2735 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2736 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2747 this_hole = ocfs2_figure_dirent_hole(prev_de); in ocfs2_expand_last_dirent()
2748 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
[all …]