Home
last modified time | relevance | path

Searched refs:node_blocks (Results 1 - 3 of 3) 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()
614 if (node_blocks > left_blocks) in has_curseg_enough_space()
636 unsigned int node_blocks = total_node_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()
584 if (node_blocks > left_blocks) in has_curseg_enough_space()
610 unsigned int node_blocks = total_node_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
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.c4687 unsigned long long node_blocks = 2; in xfs_btree_space_to_height() local
4694 while (node_blocks < blocks_left) { in xfs_btree_space_to_height()
4695 blocks_left -= node_blocks; in xfs_btree_space_to_height()
4696 node_blocks *= limits[1]; in xfs_btree_space_to_height()

Completed in 10 milliseconds