Searched refs:nrbmblocks (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_rtalloc.c1859 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ local
1898 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize);
1901 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks;
1920 if ((error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks,
1938 bmbno < nrbmblocks;

Completed in 97 milliseconds