nrextents         891 fs/xfs/xfs_rtalloc.c 	xfs_rtblock_t	nrextents;	/* new number of realtime extents */
nrextents         928 fs/xfs/xfs_rtalloc.c 	nrextents = nrblocks;
nrextents         929 fs/xfs/xfs_rtalloc.c 	do_div(nrextents, in->extsize);
nrextents         930 fs/xfs/xfs_rtalloc.c 	nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize);
nrextents         931 fs/xfs/xfs_rtalloc.c 	nrextslog = xfs_highbit32(nrextents);