Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h163 xfs_bmap_broot_space_calc( in xfs_bmap_broot_space_calc() function
180 return xfs_bmap_broot_space_calc(mp, be16_to_cpu(bb->bb_numrecs)); in xfs_bmap_broot_space()
H A Dxfs_inode_fork.c412 new_size = xfs_bmap_broot_space_calc(mp, rec_diff); in xfs_iroot_realloc()
427 new_size = xfs_bmap_broot_space_calc(mp, new_max); in xfs_iroot_realloc()
451 new_size = xfs_bmap_broot_space_calc(mp, new_max); in xfs_iroot_realloc()
/linux/fs/xfs/scrub/
H A Dbmap_repair.c483 return xfs_bmap_broot_space_calc(cur->bc_mp, nr_this_level); in xrep_bmap_iroot_size()