Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtrmap_btree.h142 xfs_rtrmap_broot_space_calc( in xfs_rtrmap_broot_space_calc() function
162 return xfs_rtrmap_broot_space_calc(mp, be16_to_cpu(bb->bb_level), in xfs_rtrmap_broot_space()
H A Dxfs_rtrmap_btree.c436 new_size = xfs_rtrmap_broot_space_calc(mp, level, new_numrecs); in xfs_rtrmapbt_broot_realloc()
917 xfs_rtrmap_broot_space_calc(mp, level, numrecs)); in xfs_iformat_rtrmap()
1002 broot = xfs_broot_realloc(ifp, xfs_rtrmap_broot_space_calc(mp, 0, 0)); in xfs_rtrmapbt_create()
/linux/fs/xfs/scrub/
H A Drtrmap_repair.c701 return xfs_rtrmap_broot_space_calc(cur->bc_mp, level, nr_this_level); in xrep_rtrmap_iroot_size()