Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c1194 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1205 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_find_max_rec_len()
1206 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1207 largest_hole = this_hole; in ocfs2_find_max_rec_len()
2733 unsigned int bytes, this_hole; in ocfs2_expand_last_dirent() local
2745 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_expand_last_dirent()
2746 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2747 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2758 this_hole = ocfs2_figure_dirent_hole(prev_de); in ocfs2_expand_last_dirent()
2759 if (this_hole > largest_hol in ocfs2_expand_last_dirent()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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_hol in ocfs2_expand_last_dirent()
[all...]

Completed in 9 milliseconds