Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c963 xfs_rtblock_t bmbno; /* bitmap block number */ in xfs_growfs_rt() local
1088 for (bmbno = sbp->sb_rbmblocks - in xfs_growfs_rt()
1090 bmbno < nrbmblocks; in xfs_growfs_rt()
1091 bmbno++) { in xfs_growfs_rt()
1101 nsbp->sb_rbmblocks = bmbno + 1; in xfs_growfs_rt()
1102 nrblocks_step = (bmbno + 1) * NBBY * nsbp->sb_blocksize * in xfs_growfs_rt()