Lines Matching refs:rextsize
742 xfs_agblock_t rextsize) in xfs_growfs_rt_alloc_fake_mount() argument
749 xfs_mount_sb_set_rextsize(nmp, &nmp->m_sb, rextsize); in xfs_growfs_rt_alloc_fake_mount()
798 xfs_agblock_t rextsize, in xfs_growfs_rt_nrblocks() argument
804 step = (bmbno + 1) * mp->m_rtx_per_rbmblock * rextsize; in xfs_growfs_rt_nrblocks()
806 xfs_rfsblock_t rgblocks = mp->m_sb.sb_rgextents * rextsize; in xfs_growfs_rt_nrblocks()
855 xfs_agblock_t rextsize, in xfs_growfs_rt_bmblock() argument
877 xfs_growfs_rt_nrblocks(rtg, nrblocks, rextsize, bmbno), in xfs_growfs_rt_bmblock()
878 rextsize); in xfs_growfs_rt_bmblock()
1040 xfs_agblock_t rextsize, in xfs_growfs_rt_alloc_blocks() argument
1051 nmp = xfs_growfs_rt_alloc_fake_mount(mp, nrblocks, rextsize); in xfs_growfs_rt_alloc_blocks()
1097 xfs_agblock_t rextsize) in xfs_growfs_rtg() argument
1116 error = xfs_growfs_rt_alloc_blocks(rtg, nrblocks, rextsize, &bmblocks); in xfs_growfs_rtg()
1128 error = xfs_growfs_rt_bmblock(rtg, nrblocks, rextsize, bmbno); in xfs_growfs_rtg()
1157 xfs_extlen_t rextsize) in xfs_growfs_check_rtgeom() argument
1162 nmp = xfs_growfs_rt_alloc_fake_mount(mp, rblocks, rextsize); in xfs_growfs_check_rtgeom()
1188 xfs_extlen_t rextsize, in xfs_growfs_rt_prep_groups() argument
1193 *new_rgcount = howmany_64(rblocks, mp->m_sb.sb_rgextents * rextsize); in xfs_growfs_rt_prep_groups()