Searched refs:nrextents (Results 1 – 1 of 1) sorted by relevance
969 xfs_rtblock_t nrextents; /* new number of realtime extents */ in xfs_growfs_rt() local1036 nrextents = nrblocks; in xfs_growfs_rt()1037 do_div(nrextents, in->extsize); in xfs_growfs_rt()1038 if (!xfs_validate_rtextents(nrextents)) { in xfs_growfs_rt()1042 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()1043 nrextslog = xfs_compute_rextslog(nrextents); in xfs_growfs_rt()