Home
last modified time | relevance | path

Searched refs:xfs_rtbitmap_blockcount (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Drtsummary.c104 rts->rbmblocks = xfs_rtbitmap_blockcount(mp, rts->rextents); in xchk_setup_rtsummary()
210 rtbmp_blocks = xfs_rtbitmap_blockcount(mp, mp->m_sb.sb_rextents); in xchk_rtsum_compute()
Drtbitmap.c66 rtb->rbmblocks = xfs_rtbitmap_blockcount(mp, rtb->rextents); in xchk_setup_rtbitmap()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rtbitmap.h317 xfs_filblks_t xfs_rtbitmap_blockcount(struct xfs_mount *mp, xfs_rtbxlen_t
348 xfs_rtbitmap_blockcount(struct xfs_mount *mp, xfs_rtbxlen_t rtextents) in xfs_rtbitmap_blockcount() function
Dxfs_trans_resv.c227 rtbmp_blocks = xfs_rtbitmap_blockcount(mp, rtxlen); in xfs_rtalloc_block_count()
Dxfs_rtbitmap.c1144 xfs_rtbitmap_blockcount( in xfs_rtbitmap_blockcount() function
/linux-6.12.1/fs/xfs/
Dxfs_rtalloc.c938 nrbmblocks = xfs_rtbitmap_blockcount(mp, nrextents); in xfs_growfs_rt()