Searched refs:this_hole (Results 1 – 1 of 1) sorted by relevance
1206 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local1217 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_find_max_rec_len()1218 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()1219 largest_hole = this_hole; in ocfs2_find_max_rec_len()2751 unsigned int bytes, this_hole; in ocfs2_expand_last_dirent() local2763 this_hole = ocfs2_figure_dirent_hole(de); in ocfs2_expand_last_dirent()2764 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()2765 largest_hole = this_hole; in ocfs2_expand_last_dirent()2776 this_hole = ocfs2_figure_dirent_hole(prev_de); in ocfs2_expand_last_dirent()2777 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()[all …]