Lines Matching refs:bbno
136 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent() local
137 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
162 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()
181 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent()
239 } else if (bbno < fbno) { in xfs_extent_busy_update_extent()
290 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse() local
291 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
293 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse()
342 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_trim() local
343 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()
345 if (fend <= bbno) { in xfs_extent_busy_trim()
353 if (bbno <= fbno) { in xfs_extent_busy_trim()
424 fend = bbno; in xfs_extent_busy_trim()
459 if (bbno - fbno >= args->maxlen) { in xfs_extent_busy_trim()
461 fend = bbno; in xfs_extent_busy_trim()
465 } else if (bbno - fbno >= args->minlen) { in xfs_extent_busy_trim()
467 fend = bbno; in xfs_extent_busy_trim()