Lines Matching refs:bbno
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()
121 error = xfs_rtmodify_summary(oargs, log, bbno, -sum); in xfs_rtcopy_summary()
124 error = xfs_rtmodify_summary(nargs, log, bbno, sum); in xfs_rtcopy_summary()
245 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtallocate_extent_block() argument
267 end = min(args->rtg->rtg_extents, xfs_rbmblock_to_rtx(mp, bbno + 1)) - in xfs_rtallocate_extent_block()
269 for (i = xfs_rbmblock_to_rtx(mp, bbno); i <= end; i++) { in xfs_rtallocate_extent_block()
416 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtallocate_extent_near() local
440 bbno = xfs_rtx_to_rbmblock(mp, start); in xfs_rtallocate_extent_near()
454 bbno + i, &maxlog); in xfs_rtallocate_extent_near()
475 bbno + i, minlen, maxavail, len, in xfs_rtallocate_extent_near()
510 bbno + j, minlen, in xfs_rtallocate_extent_near()
522 if (i > 0 && (int)bbno - i >= 0) in xfs_rtallocate_extent_near()
528 else if (i > 0 && (int)bbno + i < mp->m_sb.sb_rbmblocks - 1) in xfs_rtallocate_extent_near()
534 else if (i <= 0 && (int)bbno - i < mp->m_sb.sb_rbmblocks - 1) in xfs_rtallocate_extent_near()
540 else if (i <= 0 && (int)bbno + i > 0) in xfs_rtallocate_extent_near()