Searched refs:nrbmblocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.c | 907 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt() local 947 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt() 950 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt() 969 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt() 977 if (nrbmblocks != sbp->sb_rbmblocks) in xfs_growfs_rt() 978 xfs_alloc_rsum_cache(mp, nrbmblocks); in xfs_growfs_rt() 992 bmbno < nrbmblocks; in xfs_growfs_rt()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_rtalloc.c | 936 xfs_extlen_t nrbmblocks; /* new number of rt bitmap blocks */ in xfs_growfs_rt() local 1000 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt() 1003 nrsumsize = (uint)sizeof(xfs_suminfo_t) * nrsumlevels * nrbmblocks; in xfs_growfs_rt() 1022 error = xfs_growfs_rt_alloc(mp, rbmblocks, nrbmblocks, mp->m_rbmip); in xfs_growfs_rt() 1030 if (nrbmblocks != sbp->sb_rbmblocks) in xfs_growfs_rt() 1031 xfs_alloc_rsum_cache(mp, nrbmblocks); in xfs_growfs_rt() 1045 bmbno < nrbmblocks; in xfs_growfs_rt()
|
Completed in 3 milliseconds