Searched refs:xfs_rtrefcountbt_maxrecs (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtrefcount_btree.h | 25 unsigned int xfs_rtrefcountbt_maxrecs(struct xfs_mount *mp, 123 xfs_rtrefcountbt_maxrecs(mp, block_size, false)); in xfs_rtrefcount_broot_ptr_addr()
|
H A D | xfs_rtrefcount_btree.c | 59 return xfs_rtrefcountbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrefcountbt_get_minrecs() 74 return xfs_rtrefcountbt_maxrecs(cur->bc_mp, ifp->if_broot_bytes, in xfs_rtrefcountbt_get_maxrecs() 335 old_numrecs = xfs_rtrefcountbt_maxrecs(mp, old_size, level); in xfs_rtrefcountbt_broot_realloc() 471 xfs_rtrefcountbt_maxrecs( in xfs_rtrefcountbt_maxrecs() function
|
H A D | xfs_sb.c | 1291 mp->m_rtrefc_mxr[0] = xfs_rtrefcountbt_maxrecs(mp, sbp->sb_blocksize, in xfs_sb_mount_common() 1293 mp->m_rtrefc_mxr[1] = xfs_rtrefcountbt_maxrecs(mp, sbp->sb_blocksize, in xfs_sb_mount_common()
|