Searched refs:xfs_inobt_maxrecs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc_btree.h110 extern int xfs_inobt_maxrecs(struct xfs_mount *, int, int);
H A Dxfs_ialloc_btree.c369 xfs_inobt_maxrecs( function
H A Dxfs_mount.c753 mp->m_inobt_mxr[0] = xfs_inobt_maxrecs(mp, sbp->sb_blocksize, 1);
754 mp->m_inobt_mxr[1] = xfs_inobt_maxrecs(mp, sbp->sb_blocksize, 0);

Completed in 71 milliseconds