Home
last modified time | relevance | path

Searched refs:rtbmp_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/xfs/scrub/
Drtsummary.c163 unsigned long long rtbmp_bytes; in xchk_rtsum_compute() local
166 rtbmp_bytes = howmany_64(mp->m_sb.sb_rextents, NBBY); in xchk_rtsum_compute()
167 if (roundup_64(rtbmp_bytes, mp->m_sb.sb_blocksize) != in xchk_rtsum_compute()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_trans_resv.c221 unsigned int rtbmp_bytes; in xfs_rtalloc_block_count() local
223 rtbmp_bytes = (XFS_MAX_BMBT_EXTLEN / mp->m_sb.sb_rextsize) / NBBY; in xfs_rtalloc_block_count()
224 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_block_count()