Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.h560 unsigned int dent_blocks) in has_curseg_enough_space() argument
588 if (dent_blocks > left_blocks) in has_curseg_enough_space()
610 unsigned int dent_blocks = total_dent_blocks % CAP_BLKS_PER_SEC(sbi); in __get_secs_required() local
624 (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0) + in __get_secs_required()
628 node_blocks, data_blocks, dent_blocks); in __get_secs_required()