Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.c802 xfs_fileoff_t bmbno) in xfs_growfs_rt_nrblocks() argument
807 step = (bmbno + 1) * mp->m_rtx_per_rbmblock * rextsize; in xfs_growfs_rt_nrblocks()
866 xfs_fileoff_t bmbno) in xfs_growfs_rt_bmblock() argument
887 xfs_growfs_rt_nrblocks(rtg, nrblocks, rextsize, bmbno), in xfs_growfs_rt_bmblock()
1031 xfs_fileoff_t bmbno = 0; in xfs_last_rt_bmblock() local
1039 bmbno = xfs_rtbitmap_blockcount_len(mp, nrext); in xfs_last_rt_bmblock()
1041 bmbno--; in xfs_last_rt_bmblock()
1044 return bmbno; in xfs_last_rt_bmblock()
1115 xfs_fileoff_t bmbno; in xfs_growfs_rtg() local
1141 for (bmbno = xfs_last_rt_bmblock(rtg); bmbno < bmblocks; bmbno++) { in xfs_growfs_rtg()
[all …]