Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.h53 extern int xfs_refcountbt_maxrecs(int blocklen, bool leaf);
A Dxfs_refcount_btree.c414 xfs_refcountbt_maxrecs( in xfs_refcountbt_maxrecs() function
A Dxfs_sb.c884 mp->m_refc_mxr[0] = xfs_refcountbt_maxrecs(sbp->sb_blocksize, true); in xfs_sb_mount_common()
885 mp->m_refc_mxr[1] = xfs_refcountbt_maxrecs(sbp->sb_blocksize, false); in xfs_sb_mount_common()

Completed in 8 milliseconds