Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.c5026 unsigned long long node_blocks = 2; in xfs_btree_space_to_height() local
5033 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()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2352 n_blocks = (n == 0 ? leaf_blocks : node_blocks[n])
2353 node_blocks[n + 1] = ceil(n_blocks / node_load_factor)