Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtsummary_repair.c59 blocks = mp->m_rsumblocks; in xrep_setup_rtsummary()
169 mp->m_rsumblocks = rts->rsumblocks; in xrep_rtsummary()
H A Drtsummary.c66 error = xfile_create(descr, XFS_FSB_TO_B(mp, mp->m_rsumblocks), in xchk_setup_rtsummary()
318 if (mp->m_rsumblocks != rts->rsumblocks) { in xchk_rtsummary()
/linux/fs/xfs/
H A Dxfs_rtalloc.c737 nmp->m_rsumblocks = xfs_rtsummary_blockcount(mp, nmp->m_rsumlevels, in xfs_growfs_rt_bmblock()
768 rsumip->i_disk_size = nmp->m_rsumblocks * nmp->m_sb.sb_blocksize; in xfs_growfs_rt_bmblock()
820 mp->m_rsumblocks = nmp->m_rsumblocks; in xfs_growfs_rt_bmblock()
1035 mp->m_rsumblocks = xfs_rtsummary_blockcount(mp, mp->m_rsumlevels, in xfs_rtmount_init()
H A Dxfs_mount.h150 xfs_filblks_t m_rsumblocks; /* size of rt summary, FSBs */ member
/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c921 xfs_calc_buf_res(1, XFS_FSB_TO_B(mp, mp->m_rsumblocks)); in xfs_calc_growrtfree_reservation()
H A Dxfs_rtbitmap.c165 if (XFS_IS_CORRUPT(mp, block >= mp->m_rsumblocks)) { in xfs_rtsummary_read_buf()