Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.h549 unsigned int segno, left_blocks; in has_curseg_enough_space() local
555 left_blocks = sbi->blocks_per_seg - in has_curseg_enough_space()
558 if (node_blocks > left_blocks) in has_curseg_enough_space()
564 left_blocks = sbi->blocks_per_seg - in has_curseg_enough_space()
566 if (dent_blocks > left_blocks) in has_curseg_enough_space()