Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c937 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt() local
1003 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
1006 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt()
1025 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt()
1033 if (nrbmblocks != sbp->sb_rbmblocks) in xfs_growfs_rt()
1034 xfs_alloc_rsum_cache(mp, nrbmblocks); in xfs_growfs_rt()
1048 bmbno < nrbmblocks; in xfs_growfs_rt()