Searched refs:xfs_rtrefcount_broot_space_calc (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_rtrefcount_btree.h | 131 xfs_rtrefcount_broot_space_calc( in xfs_rtrefcount_broot_space_calc() function 151 return xfs_rtrefcount_broot_space_calc(mp, be16_to_cpu(bb->bb_level), in xfs_rtrefcount_broot_space()
|
D | xfs_rtrefcount_btree.c | 314 new_size = xfs_rtrefcount_broot_space_calc(mp, level, new_numrecs); in xfs_rtrefcountbt_broot_realloc() 661 xfs_rtrefcount_broot_space_calc(mp, level, numrecs)); in xfs_iformat_rtrefcount() 751 xfs_rtrefcount_broot_space_calc(mp, 0, 0)); in xfs_rtrefcountbt_create()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | rtrefcount_repair.c | 605 return xfs_rtrefcount_broot_space_calc(cur->bc_mp, level, in xrep_rtrefc_iroot_size()
|