Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_trans_space.h34 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
A Dxfs_alloc_btree.c168 return cur->bc_mp->m_alloc_mnr[level != 0]; in xfs_allocbt_get_minrecs()
620 return xfs_btree_calc_size(mp->m_alloc_mnr, len); in xfs_allocbt_calc_size()
A Dxfs_sb.c871 mp->m_alloc_mnr[0] = mp->m_alloc_mxr[0] / 2; in xfs_sb_mount_common()
872 mp->m_alloc_mnr[1] = mp->m_alloc_mxr[1] / 2; in xfs_sb_mount_common()
A Dxfs_alloc.c2199 mp->m_alloc_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()
/linux/fs/xfs/
A Dxfs_mount.h124 uint m_alloc_mnr[2]; /* min alloc btree records */ member

Completed in 14 milliseconds