Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h583 unsigned int node_blocks, unsigned int dent_blocks) in has_curseg_enough_space() argument
603 if (dent_blocks > left_blocks) in has_curseg_enough_space()
618 unsigned int dent_blocks = total_dent_blocks % CAP_BLKS_PER_SEC(sbi); in has_not_enough_free_secs() local
626 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
632 return !has_curseg_enough_space(sbi, node_blocks, dent_blocks); in has_not_enough_free_secs()