Searched refs:xfs_rtsummary_blockcount (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rtbitmap.h | 319 xfs_filblks_t xfs_rtsummary_blockcount(struct xfs_mount *mp, 353 # define xfs_rtsummary_blockcount(mp, l, b) (0) macro
|
D | xfs_rtbitmap.c | 1153 xfs_rtsummary_blockcount( in xfs_rtsummary_blockcount() function
|
/linux-6.12.1/fs/xfs/ |
D | xfs_rtalloc.c | 737 nmp->m_rsumblocks = xfs_rtsummary_blockcount(mp, nmp->m_rsumlevels, in xfs_growfs_rt_bmblock() 939 nrsumblocks = xfs_rtsummary_blockcount(mp, in xfs_growfs_rt() 1035 mp->m_rsumblocks = xfs_rtsummary_blockcount(mp, mp->m_rsumlevels, in xfs_rtmount_init()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | rtsummary.c | 105 rts->rsumblocks = xfs_rtsummary_blockcount(mp, rts->rsumlevels, in xchk_setup_rtsummary()
|