Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dops_fstype.c263 u32 hash_blocks, ind_blocks, leaf_blocks; in gfs2_read_sb() local
312 leaf_blocks = 2 + GFS2_DIR_MAX_DEPTH; in gfs2_read_sb()
314 sdp->sd_max_dirres = hash_blocks + ind_blocks + leaf_blocks; in gfs2_read_sb()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree.c4840 unsigned long long leaf_blocks) in xfs_btree_space_to_height() argument
4848 unsigned long long blocks_left = leaf_blocks - 1; in xfs_btree_space_to_height()
4851 if (leaf_blocks < 1) in xfs_btree_space_to_height()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2401 leaf_blocks = ceil(record_count / leaf_load_factor)
2406 n_blocks = (n == 0 ? leaf_blocks : node_blocks[n])