Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h602 unsigned int node_blocks, unsigned int dent_blocks) in has_curseg_enough_space()
622 if (dent_blocks > left_blocks) in has_curseg_enough_space()
637 unsigned int dent_blocks = total_dent_blocks % BLKS_PER_SEC(sbi); in has_not_enough_free_secs() local
645 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
651 return !has_curseg_enough_space(sbi, node_blocks, dent_blocks); in has_not_enough_free_secs()
601 has_curseg_enough_space(struct f2fs_sb_info *sbi, unsigned int node_blocks, unsigned int dent_blocks) has_curseg_enough_space() argument
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h573 unsigned int node_blocks, unsigned int dent_blocks) in has_curseg_enough_space()
592 if (dent_blocks > left_blocks) in has_curseg_enough_space()
611 unsigned int dent_blocks = total_dent_blocks % CAP_BLKS_PER_SEC(sbi); in __get_secs_required() local
617 (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in __get_secs_required()
620 node_blocks, dent_blocks); in __get_secs_required()
572 has_curseg_enough_space(struct f2fs_sb_info *sbi, unsigned int node_blocks, unsigned int dent_blocks) has_curseg_enough_space() argument

Completed in 4 milliseconds