Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddir.c1234 int size, this_hole, largest_hole = 0; in ocfs2_find_max_rec_len() local
1246 if (this_hole > largest_hole) in ocfs2_find_max_rec_len()
1247 largest_hole = this_hole; in ocfs2_find_max_rec_len()
1254 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN) in ocfs2_find_max_rec_len()
1255 return largest_hole; in ocfs2_find_max_rec_len()
2777 unsigned int largest_hole = 0; in ocfs2_expand_last_dirent() local
2789 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2790 largest_hole = this_hole; in ocfs2_expand_last_dirent()
2802 if (this_hole > largest_hole) in ocfs2_expand_last_dirent()
2803 largest_hole = this_hole; in ocfs2_expand_last_dirent()
[all …]