Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h562 unsigned int node_blocks, unsigned int data_blocks, in has_curseg_enough_space() argument
575 blocks = i <= CURSEG_COLD_DATA ? data_blocks : node_blocks; in has_curseg_enough_space()
605 unsigned int node_blocks = total_node_blocks % CAP_BLKS_PER_SEC(sbi); in __get_secs_required() local
620 (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0) + in __get_secs_required()
624 node_blocks, data_blocks, dent_blocks); in __get_secs_required()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.c4704 unsigned long long node_blocks = 2; in xfs_btree_space_to_height() local
4711 while (node_blocks < blocks_left) { in xfs_btree_space_to_height()
4712 blocks_left -= node_blocks; in xfs_btree_space_to_height()
4713 node_blocks *= limits[1]; in xfs_btree_space_to_height()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2414 n_blocks = (n == 0 ? leaf_blocks : node_blocks[n])
2415 node_blocks[n + 1] = ceil(n_blocks / node_load_factor)