Searched refs:node_blocks (Results 1 – 2 of 2) sorted by relevance
625 unsigned int node_blocks, unsigned int data_blocks, in has_curseg_enough_space() argument640 blocks = i <= CURSEG_COLD_DATA ? data_blocks : node_blocks; in has_curseg_enough_space()674 unsigned int node_blocks = total_node_blocks % CAP_BLKS_PER_SEC(sbi); in __get_secs_required() local688 (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0) + in __get_secs_required()692 node_blocks, data_blocks, dent_blocks); in __get_secs_required()
5026 unsigned long long node_blocks = 2; in xfs_btree_space_to_height() local5033 while (node_blocks < blocks_left) { in xfs_btree_space_to_height()5034 blocks_left -= node_blocks; in xfs_btree_space_to_height()5035 node_blocks *= limits[1]; in xfs_btree_space_to_height()