Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h607 unsigned int segno, left_blocks, blocks; in has_curseg_enough_space() local
618 left_blocks = CAP_BLKS_PER_SEC(sbi) - in has_curseg_enough_space()
622 left_blocks = CAP_BLKS_PER_SEC(sbi) - in has_curseg_enough_space()
627 if (blocks > left_blocks) in has_curseg_enough_space()
638 left_blocks = CAP_BLKS_PER_SEC(sbi) - in has_curseg_enough_space()
642 left_blocks = CAP_BLKS_PER_SEC(sbi) - in has_curseg_enough_space()
646 if (dent_blocks > left_blocks) in has_curseg_enough_space()