Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h51 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
H A Dxfs_sb.c1281 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_sb_mount_common()
1282 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2; in xfs_sb_mount_common()
/linux/fs/xfs/
H A Dxfs_mount.h193 uint m_alloc_mnr[2]; /* min alloc btree records */ member