Searched refs:nrextents (Results 1 – 1 of 1) sorted by relevance
936 xfs_rtblock_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt() local997 nrextents = nrblocks; in xfs_growfs_rt()998 do_div(nrextents, in->extsize); in xfs_growfs_rt()999 if (!xfs_validate_rtextents(nrextents)) in xfs_growfs_rt()1001 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()1002 nrextslog = xfs_compute_rextslog(nrextents); in xfs_growfs_rt()