Searched refs:m_alloc_mnr (Results 1 - 5 of 5) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c2280 mp->m_alloc_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr,
H A Dxfs_alloc_btree.c184 return cur->bc_mp->m_alloc_mnr[level != 0];
671 return xfs_btree_calc_size(mp->m_alloc_mnr, len);
H A Dxfs_sb.c986 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2;
987 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2;
H A Dxfs_trans_space.h34 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
/linux-master/fs/xfs/
H A Dxfs_mount.h127 uint m_alloc_mnr[2]; /* min alloc btree records */ member in struct:xfs_mount

Completed in 244 milliseconds