Lines Matching refs:length
62 new->length = len; in xfs_extent_busy_insert()
78 ASSERT(new->bno + new->length <= busyp->bno); in xfs_extent_busy_insert()
81 ASSERT(bno >= busyp->bno + busyp->length); in xfs_extent_busy_insert()
131 if (bno < busyp->bno + busyp->length) in xfs_extent_busy_search()
136 match = (busyp->length == len) ? 1 : -1; in xfs_extent_busy_search()
168 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent()
252 busyp->length = 0; in xfs_extent_busy_update_extent()
284 busyp->length = fbno - busyp->bno; in xfs_extent_busy_update_extent()
325 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse()
373 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim()
544 if (busyp->length) { in xfs_extent_busy_clear_one()
546 busyp->length); in xfs_extent_busy_clear_one()
580 if (do_discard && busyp->length && in xfs_extent_busy_clear()