Home
last modified time | relevance | path

Searched defs:send_range (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c140 struct send_range { struct
141 boolean_t eos_marker; /* Marks the end of the stream */
142 uint64_t object;
143 uint64_t start_blkid;
144 uint64_t end_blkid;
145 bqueue_node_t ln;
146 enum type {DATA, HOLE, OBJECT, OBJECT_RANGE, REDACT,
147 PREVIOUSLY_REDACTED} type;
148 union {
183 } sru;