Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h576 unsigned int node_blocks, unsigned int dent_blocks) in has_curseg_enough_space() argument
588 if (node_blocks > left_blocks) in has_curseg_enough_space()
610 unsigned int node_blocks = total_node_blocks % BLKS_PER_SEC(sbi); in has_not_enough_free_secs() local
619 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
625 return !has_curseg_enough_space(sbi, node_blocks, dent_blocks); in has_not_enough_free_secs()