Searched refs:xfs_rtrmap_broot_space_calc (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtrmap_btree.h | 142 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 D | xfs_rtrmap_btree.c | 436 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 D | rtrmap_repair.c | 701 return xfs_rtrmap_broot_space_calc(cur->bc_mp, level, nr_this_level); in xrep_rtrmap_iroot_size()
|