Searched refs:bbno (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_rtalloc.c | 47 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtany_summary() argument 57 high = min(high, rsum_cache[bbno] - 1); in xfs_rtany_summary() 71 error = xfs_rtget_summary(args, log, bbno, &sum); in xfs_rtany_summary() 89 if (rsum_cache && log + 1 < rsum_cache[bbno]) in xfs_rtany_summary() 90 rsum_cache[bbno] = log + 1; in xfs_rtany_summary() 103 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtcopy_summary() local 109 for (bbno = oargs->mp->m_sb.sb_rbmblocks - 1; in xfs_rtcopy_summary() 110 (xfs_srtblock_t)bbno >= 0; in xfs_rtcopy_summary() 111 bbno--) { in xfs_rtcopy_summary() 112 error = xfs_rtget_summary(oargs, log, bbno, &sum); in xfs_rtcopy_summary() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.h | 397 xfs_fileoff_t bbno, xfs_suminfo_t *sum); 399 xfs_fileoff_t bbno, int delta);
|