Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_rtalloc.c804 xfs_fileoff_t bmbno) in xfs_growfs_rt_nrblocks() argument
809 step = (bmbno + 1) * mp->m_rtx_per_rbmblock * rextsize; in xfs_growfs_rt_nrblocks()
946 xfs_fileoff_t bmbno) in xfs_growfs_rt_bmblock() argument
967 xfs_growfs_rt_nrblocks(rtg, nrblocks, rextsize, bmbno), in xfs_growfs_rt_bmblock()
1094 xfs_fileoff_t bmbno = 0; in xfs_last_rt_bmblock() local
1102 bmbno = xfs_rtbitmap_blockcount_len(mp, nrext); in xfs_last_rt_bmblock()
1104 bmbno--; in xfs_last_rt_bmblock()
1107 return bmbno; in xfs_last_rt_bmblock()
1178 xfs_fileoff_t bmbno; in xfs_growfs_rtg() local
1209 for (bmbno = xfs_last_rt_bmblock(rtg); bmbno < bmblocks; bmbno++) { in xfs_growfs_rtg()
[all …]