Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsegment.h578 unsigned int segno, left_blocks; in has_curseg_enough_space() local
584 left_blocks = f2fs_usable_blks_in_seg(sbi, segno) - in has_curseg_enough_space()
587 if (node_blocks > left_blocks) in has_curseg_enough_space()
593 left_blocks = f2fs_usable_blks_in_seg(sbi, segno) - in has_curseg_enough_space()
595 if (dent_blocks > left_blocks) in has_curseg_enough_space()