Lines Matching defs:send_range
149 struct send_range {
184 struct send_range *spill_range;
227 static int do_dump(dmu_send_cookie_t *dscp, struct send_range *range);
230 range_free(struct send_range *range)
882 do_dump(dmu_send_cookie_t *dscp, struct send_range *range)
1041 static struct send_range *
1045 struct send_range *range = kmem_alloc(sizeof (*range), KM_SLEEP);
1075 struct send_range *record;
1183 struct send_range *data = range_alloc(REDACT, rb->rbp_object,
1207 struct send_range *data;
1227 send_range_after(const struct send_range *from, const struct send_range *to)
1272 static struct send_range *
1273 get_next_range_nofree(bqueue_t *bq, struct send_range *prev)
1275 struct send_range *next = bqueue_dequeue(bq);
1284 static struct send_range *
1285 get_next_range(bqueue_t *bq, struct send_range *prev)
1287 struct send_range *next = get_next_range_nofree(bq, prev);
1296 struct send_range *record;
1322 send_range_start_compare(struct send_range *r1, struct send_range *r2)
1384 static struct send_range *
1385 find_next_range(struct send_range **ranges, bqueue_t **qs, uint64_t *out_mask)
1395 struct send_range *ret = range_alloc(DATA, 0, 0, 0, B_TRUE);
1415 struct send_range *ret = ranges[idx];
1457 struct send_range *ret = ranges[idx];
1466 struct send_range *ret = kmem_alloc(sizeof (*ret), KM_SLEEP);
1491 struct send_range *front_ranges[NUM_THREADS];
1498 kmem_zalloc(sizeof (struct send_range), KM_SLEEP);
1512 struct send_range *range;
1572 struct send_range *range = zio->io_private;
1588 issue_data_read(struct send_reader_thread_arg *srta, struct send_range *range)
1677 struct send_range *range = range_alloc(range_type, dn->dn_object,
1719 struct send_range *range)
1732 struct send_range *spill_range = range_alloc(DATA, range->object,
1760 struct send_range *range = bqueue_dequeue(inq);
2082 offsetof(struct send_range, ln)));
2103 offsetof(struct send_range, ln)));
2127 offsetof(struct send_range, ln)));
2145 offsetof(struct send_range, ln)));
2165 offsetof(struct send_range, ln)));
2376 struct send_range *range;