Searched refs:node_blocks (Results 1 – 2 of 2) sorted by relevance
583 unsigned int node_blocks, unsigned int dent_blocks) in has_curseg_enough_space() argument595 if (node_blocks > left_blocks) in has_curseg_enough_space()617 unsigned int node_blocks = total_node_blocks % CAP_BLKS_PER_SEC(sbi); in has_not_enough_free_secs() local626 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()
4669 unsigned long long node_blocks = limits[1]; in xfs_btree_space_to_height() local4676 while (node_blocks < blocks_left) { in xfs_btree_space_to_height()4677 blocks_left -= node_blocks; in xfs_btree_space_to_height()4678 node_blocks *= limits[1]; in xfs_btree_space_to_height()