Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_space.h50 (XFS_IALLOC_BLOCKS(mp) + (mp)->m_in_maxlevels - 1)
Dxfs_trans.c158 mp->m_in_maxlevels, 0))); in xfs_calc_itruncate_reservation()
263 xfs_calc_buf_res(mp->m_in_maxlevels, in xfs_calc_symlink_reservation()
298 xfs_calc_buf_res(mp->m_in_maxlevels, in xfs_calc_create_reservation()
336 mp->m_in_maxlevels, 0) + in xfs_calc_ifree_reservation()
Dxfs_mount.h164 uint m_in_maxlevels; /* max inobt btree levels. */ member
Dxfs_ialloc_btree.c225 if (level >= mp->m_in_maxlevels) in xfs_inobt_verify()
Dxfs_ialloc.c335 args.minleft = args.mp->m_in_maxlevels - 1; in xfs_ialloc_ag_alloc()
372 args.minleft = args.mp->m_in_maxlevels - 1; in xfs_ialloc_ag_alloc()
1448 mp->m_in_maxlevels = level; in xfs_ialloc_compute_maxlevels()