Searched refs:rsumlevels (Results 1 – 5 of 5) sorted by relevance
18 unsigned int rsumlevels; member
110 xfs_rtsummary_blockcount(mp, &rts->rsumlevels); in xchk_setup_rtsummary()326 if (mp->m_rsumlevels != rts->rsumlevels) { in xchk_rtsummary()
181 mp->m_rsumlevels = rts->rsumlevels; in xrep_rtsummary()
1312 unsigned int *rsumlevels) in xfs_rtsummary_blockcount() argument1318 *rsumlevels = 0; in xfs_rtsummary_blockcount()1322 *rsumlevels = xfs_compute_rextslog(rextents) + 1; in xfs_rtsummary_blockcount()1323 rsumwords = xfs_rtbitmap_blockcount_len(mp, rextents) * (*rsumlevels); in xfs_rtsummary_blockcount()
420 unsigned int *rsumlevels);