Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc_btree.h63 extern int xfs_allocbt_maxrecs(struct xfs_mount *, int, int);
Dxfs_sb.c717 mp->m_alloc_mxr[0] = xfs_allocbt_maxrecs(mp, sbp->sb_blocksize, 1); in xfs_sb_mount_common()
718 mp->m_alloc_mxr[1] = xfs_allocbt_maxrecs(mp, sbp->sb_blocksize, 0); in xfs_sb_mount_common()
Dxfs_alloc_btree.c494 xfs_allocbt_maxrecs( in xfs_allocbt_maxrecs() function