Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.c880 block_t ovp_holes = SEGS_TO_BLKS(sbi, ovp_hole_segs); in f2fs_get_unusable_blocks() local
900 if (unusable > ovp_holes) in f2fs_get_unusable_blocks()
901 return unusable - ovp_holes; in f2fs_get_unusable_blocks()