Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dops_fstype.c283 u32 hash_blocks, ind_blocks, leaf_blocks; in gfs2_read_sb() local
333 leaf_blocks = 2 + GFS2_DIR_MAX_DEPTH; in gfs2_read_sb()
335 sdp->sd_max_dirres = hash_blocks + ind_blocks + leaf_blocks; in gfs2_read_sb()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_btree.c4680 unsigned long long leaf_blocks) in xfs_btree_space_to_height() argument
4688 unsigned long long blocks_left = leaf_blocks - 1; in xfs_btree_space_to_height()
4691 if (leaf_blocks < 1) in xfs_btree_space_to_height()
/linux-6.6.21/Documentation/filesystems/
Dxfs-online-fsck-design.rst2409 leaf_blocks = ceil(record_count / leaf_load_factor)
2414 n_blocks = (n == 0 ? leaf_blocks : node_blocks[n])