Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_rtrefcount_btree.c204 if (level > mp->m_rtrefc_maxlevels) in xfs_rtrefcountbt_verify()
412 mp->m_rtrefc_maxlevels, xfs_rtrefcountbt_cur_cache); in xfs_rtrefcountbt_init_cursor()
524 mp->m_rtrefc_maxlevels = 0; in xfs_rtrefcountbt_compute_maxlevels()
540 mp->m_rtrefc_maxlevels = min(d_maxlevels, r_maxlevels) + 1; in xfs_rtrefcountbt_compute_maxlevels()
654 if (level > mp->m_rtrefc_maxlevels || in xfs_iformat_rtrefcount()
A Dxfs_trans_resv.c106 return num_ops * (2 * mp->m_rtrefc_maxlevels - 1); in xfs_rtrefcountbt_block_count()
/fs/xfs/
A Dxfs_mount.h208 uint m_rtrefc_maxlevels; /* max rtrefc btree level */ member
A Dxfs_mount.c822 mp->m_rtrefc_maxlevels); in xfs_rtbtree_compute_maxlevels()
/fs/xfs/scrub/
A Dinode_repair.c994 if (level > sc->mp->m_rtrefc_maxlevels) in xrep_dinode_bad_rtrefcountbt_fork()

Completed in 17 milliseconds