Searched refs:rsumblocks (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rtsummary_repair.c | 135 error = xrep_tempfile_prealloc(sc, 0, rts->rsumblocks); in xrep_rtsummary() 144 error = xrep_tempfile_copyin(sc, 0, rts->rsumblocks, in xrep_rtsummary() 148 error = xrep_tempfile_set_isize(sc, XFS_FSB_TO_B(mp, rts->rsumblocks)); in xrep_rtsummary() 169 mp->m_rsumblocks = rts->rsumblocks; in xrep_rtsummary()
|
H A D | rtsummary.c | 105 rts->rsumblocks = xfs_rtsummary_blockcount(mp, rts->rsumlevels, in xchk_setup_rtsummary() 318 if (mp->m_rsumblocks != rts->rsumblocks) { in xchk_rtsummary() 334 if (mp->m_rsumip->i_disk_size < XFS_FSB_TO_B(mp, rts->rsumblocks)) { in xchk_rtsummary()
|
H A D | rtsummary.h | 17 xfs_filblks_t rsumblocks; member
|
/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 879 xfs_extlen_t rsumblocks; /* current number of rt summary blks */ in xfs_growfs_rt() local 957 rsumblocks = XFS_B_TO_FSB(mp, mp->m_rsumip->i_disk_size); in xfs_growfs_rt() 965 error = xfs_rtfile_initialize_blocks(mp->m_rsumip, rsumblocks, in xfs_growfs_rt()
|