Lines Matching refs:bbno
144 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_update_extent() local
145 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
170 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()
189 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent()
247 } else if (bbno < fbno) { in xfs_extent_busy_update_extent()
301 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_reuse() local
302 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
304 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse()
355 xfs_agblock_t bbno = busyp->bno; in xfs_extent_busy_trim() local
356 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()
358 if (fend <= bbno) { in xfs_extent_busy_trim()
379 if (bbno <= fbno) { in xfs_extent_busy_trim()
450 fend = bbno; in xfs_extent_busy_trim()
485 if (bbno - fbno >= args->maxlen) { in xfs_extent_busy_trim()
487 fend = bbno; in xfs_extent_busy_trim()
491 } else if (bbno - fbno >= args->minlen) { in xfs_extent_busy_trim()
493 fend = bbno; in xfs_extent_busy_trim()