Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.h25 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 Dxfs_rtrefcount_btree.c59 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 Dxfs_sb.c1291 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()