Searched refs:OBJECT_RANGE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_send.c | 156 enum type {DATA, HOLE, OBJECT, OBJECT_RANGE, REDACT, enumerator 894 case OBJECT_RANGE: { in do_dump() 1111 record = range_alloc(OBJECT_RANGE, 0, zb->zb_blkid, in send_cb() 1240 ASSERT(from->type == HOLE || from->type == OBJECT_RANGE); in send_range_after() 1245 ASSERT(to->type == HOLE || to->type == OBJECT_RANGE); in send_range_after() 1254 int64_t cmp = TREE_CMP(to->type == OBJECT_RANGE, from->type == in send_range_after() 1255 OBJECT_RANGE); in send_range_after() 1344 cmp = TREE_CMP(r2->type == OBJECT_RANGE, r1->type == OBJECT_RANGE); in send_range_start_compare() 1413 if (ranges[idx]->type == OBJECT_RANGE) { in find_next_range() 1787 case OBJECT_RANGE: in send_reader_thread()
|