Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drtsummary.c164 unsigned long long rtbmp_bytes; in xchk_rtsum_compute() local
167 rtbmp_bytes = howmany_64(mp->m_sb.sb_rextents, NBBY); in xchk_rtsum_compute()
168 if (roundup_64(rtbmp_bytes, mp->m_sb.sb_blocksize) != in xchk_rtsum_compute()
/openbmc/linux/fs/xfs/libxfs/
H A 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()