Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h586 unsigned int segno, left_blocks; in has_curseg_enough_space() local
592 left_blocks = f2fs_usable_blks_in_seg(sbi, segno) - in has_curseg_enough_space()
595 if (node_blocks > left_blocks) in has_curseg_enough_space()
601 left_blocks = f2fs_usable_blks_in_seg(sbi, segno) - in has_curseg_enough_space()
603 if (dent_blocks > left_blocks) in has_curseg_enough_space()