Searched refs:OBJECT_RANGE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_send.c | 155 enum type {DATA, HOLE, OBJECT, OBJECT_RANGE, REDACT, enumerator 901 case OBJECT_RANGE: { in do_dump() 1135 record = range_alloc(OBJECT_RANGE, 0, zb->zb_blkid, in send_cb() 1264 ASSERT(from->type == HOLE || from->type == OBJECT_RANGE); in send_range_after() 1269 ASSERT(to->type == HOLE || to->type == OBJECT_RANGE); in send_range_after() 1278 int64_t cmp = TREE_CMP(to->type == OBJECT_RANGE, from->type == in send_range_after() 1279 OBJECT_RANGE); in send_range_after() 1368 cmp = TREE_CMP(r2->type == OBJECT_RANGE, r1->type == OBJECT_RANGE); in send_range_start_compare() 1437 if (ranges[idx]->type == OBJECT_RANGE) { in find_next_range() 1766 case OBJECT_RANGE: in send_reader_thread()
|