Lines Matching refs:bbno
167 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent() local
168 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
193 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()
212 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent()
270 } else if (bbno < fbno) { in xfs_extent_busy_update_extent()
324 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse() local
325 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
327 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse()
372 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_trim() local
373 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()
375 if (fend <= bbno) { in xfs_extent_busy_trim()
396 if (bbno <= fbno) { in xfs_extent_busy_trim()
467 fend = bbno; in xfs_extent_busy_trim()
502 if (bbno - fbno >= args->maxlen) { in xfs_extent_busy_trim()
504 fend = bbno; in xfs_extent_busy_trim()
508 } else if (bbno - fbno >= args->minlen) { in xfs_extent_busy_trim()
510 fend = bbno; in xfs_extent_busy_trim()