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.c150 struct send_range { struct
151 boolean_t eos_marker; /* Marks the end of the stream */
152 uint64_t object;
153 uint64_t start_blkid;
154 uint64_t end_blkid;
155 bqueue_node_t ln;
156 enum type {DATA, HOLE, OBJECT, OBJECT_RANGE, REDACT,
157 PREVIOUSLY_REDACTED} type;
158 union {
193 } sru;