Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Ddir.c1206 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1218 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1219 largest_hole = this_hole; in ocfs2_find_max_rec_len()
1226 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()
1227 return largest_hole; in ocfs2_find_max_rec_len()
2751 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local
2763 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2764 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2776 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2777 largest_hole = this_hole; in ocfs2_expand_last_dirent()
[all …]