Lines Matching refs:bbno

38 	xfs_fileoff_t		bbno,	/* bitmap block number */  in xfs_rtany_summary()  argument
48 high = min(high, mp->m_rsum_cache[bbno] - 1); in xfs_rtany_summary()
62 error = xfs_rtget_summary(args, log, bbno, &sum); in xfs_rtany_summary()
80 if (mp->m_rsum_cache && log + 1 < mp->m_rsum_cache[bbno]) in xfs_rtany_summary()
81 mp->m_rsum_cache[bbno] = log + 1; in xfs_rtany_summary()
95 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtcopy_summary() local
101 for (bbno = oargs->mp->m_sb.sb_rbmblocks - 1; in xfs_rtcopy_summary()
102 (xfs_srtblock_t)bbno >= 0; in xfs_rtcopy_summary()
103 bbno--) { in xfs_rtcopy_summary()
104 error = xfs_rtget_summary(oargs, log, bbno, &sum); in xfs_rtcopy_summary()
109 error = xfs_rtmodify_summary(oargs, log, bbno, -sum); in xfs_rtcopy_summary()
112 error = xfs_rtmodify_summary(nargs, log, bbno, sum); in xfs_rtcopy_summary()
234 xfs_fileoff_t bbno, /* bitmap block number */ in xfs_rtallocate_extent_block() argument
256 end = min(mp->m_sb.sb_rextents, xfs_rbmblock_to_rtx(mp, bbno + 1)) - 1; in xfs_rtallocate_extent_block()
257 for (i = xfs_rbmblock_to_rtx(mp, bbno); i <= end; i++) { in xfs_rtallocate_extent_block()
405 xfs_fileoff_t bbno; /* bitmap block number */ in xfs_rtallocate_extent_near() local
430 bbno = xfs_rtx_to_rbmblock(mp, start); in xfs_rtallocate_extent_near()
444 bbno + i, &maxlog); in xfs_rtallocate_extent_near()
465 bbno + i, minlen, maxavail, len, in xfs_rtallocate_extent_near()
500 bbno + j, minlen, in xfs_rtallocate_extent_near()
512 if (i > 0 && (int)bbno - i >= 0) in xfs_rtallocate_extent_near()
518 else if (i > 0 && (int)bbno + i < mp->m_sb.sb_rbmblocks - 1) in xfs_rtallocate_extent_near()
524 else if (i <= 0 && (int)bbno - i < mp->m_sb.sb_rbmblocks - 1) in xfs_rtallocate_extent_near()
530 else if (i <= 0 && (int)bbno + i > 0) in xfs_rtallocate_extent_near()