Lines Matching refs:length
39 new->length = len; in xfs_extent_busy_insert()
55 ASSERT(new->bno + new->length <= busyp->bno); in xfs_extent_busy_insert()
58 ASSERT(bno >= busyp->bno + busyp->length); in xfs_extent_busy_insert()
108 if (bno < busyp->bno + busyp->length) in xfs_extent_busy_search()
113 match = (busyp->length == len) ? 1 : -1; in xfs_extent_busy_search()
145 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
229 busyp->length = 0; in xfs_extent_busy_update_extent()
261 busyp->length = fbno - busyp->bno; in xfs_extent_busy_update_extent()
302 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
355 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()
514 if (busyp->length) { in xfs_extent_busy_clear_one()
516 busyp->length); in xfs_extent_busy_clear_one()
565 if (do_discard && busyp->length && in xfs_extent_busy_clear()