Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.c5025 unsigned long long node_blocks = 2; in xfs_btree_space_to_height() local
5032 while (node_blocks < blocks_left) { in xfs_btree_space_to_height()
5033 blocks_left -= node_blocks; in xfs_btree_space_to_height()
5034 node_blocks *= limits[1]; in xfs_btree_space_to_height()