Lines Matching defs:range
2252 lock_lba_range_done(struct lba_range *range, void *ctx, int status)
2258 unlock_lba_range_done(struct lba_range *range, void *ctx, int status)
2283 struct lba_range *range;
2313 range = TAILQ_FIRST(&bdev_ch[0]->locked_ranges);
2314 SPDK_CU_ASSERT_FATAL(range != NULL);
2315 CU_ASSERT(range->offset == 20);
2316 CU_ASSERT(range->length == 10);
2317 CU_ASSERT(range->owner_ch == bdev_ch[0]);
2355 /* Try to unlock the lba range using thread 1's io_ch. This should fail. */
2382 /* The LBA range is unlocked, so the write IOs should now have started execution. */