Searched refs:m_alloc_mnr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.h62 #define XFS_ALLOC_BLOCK_MINRECS(lev,cur) ((cur)->bc_mp->m_alloc_mnr[lev != 0])
H A Dxfs_trans_space.h25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
H A Dxfs_mount.h370 uint m_alloc_mnr[2]; /* XFS_ALLOC_BLOCK_MINRECS */ member in struct:xfs_mount
H A Dxfs_ialloc.c1298 minleafrecs = mp->m_alloc_mnr[0];
1299 minnoderecs = mp->m_alloc_mnr[1];
H A Dxfs_alloc.c1801 minleafrecs = mp->m_alloc_mnr[0];
1802 minnoderecs = mp->m_alloc_mnr[1];
H A Dxfs_mount.c614 mp->m_alloc_mnr[i] = XFS_BTREE_BLOCK_MINRECS(sbp->sb_blocksize,

Completed in 66 milliseconds