Searched refs:OBJECT_RANGE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dmu_send.c | 155 enum type {DATA, HOLE, OBJECT, OBJECT_RANGE, REDACT, enumerator 915 case OBJECT_RANGE: { in do_dump() 1150 record = range_alloc(OBJECT_RANGE, 0, zb->zb_blkid, in send_cb() 1279 ASSERT(from->type == HOLE || from->type == OBJECT_RANGE); in send_range_after() 1284 ASSERT(to->type == HOLE || to->type == OBJECT_RANGE); in send_range_after() 1293 int64_t cmp = TREE_CMP(to->type == OBJECT_RANGE, from->type == in send_range_after() 1294 OBJECT_RANGE); in send_range_after() 1383 cmp = TREE_CMP(r2->type == OBJECT_RANGE, r1->type == OBJECT_RANGE); in send_range_start_compare() 1452 if (ranges[idx]->type == OBJECT_RANGE) { in find_next_range() 1784 case OBJECT_RANGE: in send_reader_thread()
|