Searched defs:send_range (Results 1 – 1 of 1) sorted by relevance
149 struct send_range { struct150 boolean_t eos_marker; /* Marks the end of the stream */151 uint64_t object;152 uint64_t start_blkid;153 uint64_t end_blkid;154 bqueue_node_t ln;155 enum type {DATA, HOLE, OBJECT, OBJECT_RANGE, REDACT,156 PREVIOUSLY_REDACTED} type;157 union {192 } sru;