Lines Matching refs:nrblocks
803 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_nrblocks() argument
817 return min(nrblocks, step); in xfs_growfs_rt_nrblocks()
894 xfs_rfsblock_t nrblocks) in xfs_growfs_rt_zoned() argument
906 nmp = xfs_growfs_rt_alloc_fake_mount(mp, nrblocks, in xfs_growfs_rt_zoned()
945 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_bmblock() argument
968 xfs_growfs_rt_nrblocks(rtg, nrblocks, rextsize, bmbno), in xfs_growfs_rt_bmblock()
1143 xfs_rfsblock_t nrblocks, in xfs_growfs_rt_alloc_blocks() argument
1155 nmp = xfs_growfs_rt_alloc_fake_mount(mp, nrblocks, rextsize); in xfs_growfs_rt_alloc_blocks()
1200 xfs_rfsblock_t nrblocks, in xfs_growfs_rtg() argument
1221 error = xfs_growfs_rt_zoned(rtg, nrblocks); in xfs_growfs_rtg()
1225 error = xfs_growfs_rt_alloc_blocks(rtg, nrblocks, rextsize, &bmblocks); in xfs_growfs_rtg()
1238 error = xfs_growfs_rt_bmblock(rtg, nrblocks, rextsize, bmbno); in xfs_growfs_rtg()