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.c930 xfs_rtblock_t bmbno; /* bitmap block number */ in xfs_growfs_rt() local
1044 for (bmbno = sbp->sb_rbmblocks - in xfs_growfs_rt()
1046 bmbno < nrbmblocks; in xfs_growfs_rt()
1047 bmbno++) { in xfs_growfs_rt()
1057 nsbp->sb_rbmblocks = bmbno + 1; in xfs_growfs_rt()
1058 nrblocks_step = (bmbno + 1) * NBBY * nsbp->sb_blocksize * in xfs_growfs_rt()