Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
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()
Dxfs_trans_resv.c100 return num_ops * (2 * mp->m_rtrefc_maxlevels - 1); in xfs_rtrefcountbt_block_count()
/linux-6.14.4/fs/xfs/
Dxfs_mount.h172 uint m_rtrefc_maxlevels; /* max rtrefc btree level */ member
Dxfs_mount.c658 mp->m_rtrefc_maxlevels); in xfs_rtbtree_compute_maxlevels()
/linux-6.14.4/fs/xfs/scrub/
Dinode_repair.c992 if (level > sc->mp->m_rtrefc_maxlevels) in xrep_dinode_bad_rtrefcountbt_fork()