Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/fs/xfs/libxfs/
Dxfs_btree.c4672 unsigned long long leaf_blocks) in xfs_btree_space_to_height() argument
4675 unsigned long long blocks_left = leaf_blocks - 1; in xfs_btree_space_to_height()
4678 if (leaf_blocks < 1) in xfs_btree_space_to_height()