Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A 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/fs/xfs/libxfs/
H A Dxfs_btree.c5018 unsigned long long leaf_blocks) in xfs_btree_space_to_height() argument
5026 unsigned long long blocks_left = leaf_blocks - 1; in xfs_btree_space_to_height()
5029 if (leaf_blocks < 1) in xfs_btree_space_to_height()