Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h605 unsigned int segno, left_blocks; in has_curseg_enough_space() local
611 left_blocks = f2fs_usable_blks_in_seg(sbi, segno) - in has_curseg_enough_space()
614 if (node_blocks > left_blocks) in has_curseg_enough_space()
620 left_blocks = f2fs_usable_blks_in_seg(sbi, segno) - in has_curseg_enough_space()
622 if (dent_blocks > left_blocks) in has_curseg_enough_space()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h576 unsigned segno, left_blocks; in has_curseg_enough_space() local
582 left_blocks = CAP_BLKS_PER_SEC(sbi) - in has_curseg_enough_space()
584 if (node_blocks > left_blocks) in has_curseg_enough_space()
590 left_blocks = CAP_BLKS_PER_SEC(sbi) - in has_curseg_enough_space()
592 if (dent_blocks > left_blocks) in has_curseg_enough_space()

Completed in 5 milliseconds