Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtsummary.c207 unsigned long long rtbmp_blocks; in xchk_rtsum_compute() local
210 rtbmp_blocks = xfs_rtbitmap_blockcount(mp, mp->m_sb.sb_rextents); in xchk_rtsum_compute()
211 if (XFS_FSB_TO_B(mp, rtbmp_blocks) != mp->m_rbmip->i_disk_size) in xchk_rtsum_compute()
/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c223 unsigned int rtbmp_blocks; in xfs_rtalloc_block_count() local
227 rtbmp_blocks = xfs_rtbitmap_blockcount(mp, rtxlen); in xfs_rtalloc_block_count()
228 return (rtbmp_blocks + 1) * num_ops; in xfs_rtalloc_block_count()