Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h628 unsigned int segno, left_blocks, blocks; in has_curseg_enough_space() local
638 left_blocks = get_left_section_blocks(sbi, i, segno); in has_curseg_enough_space()
641 if (blocks > left_blocks) in has_curseg_enough_space()
651 left_blocks = get_left_section_blocks(sbi, CURSEG_HOT_DATA, segno); in has_curseg_enough_space()
653 if (dent_blocks > left_blocks) in has_curseg_enough_space()