Home
last modified time | relevance | path

Searched refs:ic_offset (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_io.c46 off_t ic_offset; member
229 (u_longlong_t)context->ic_offset); in chain_read()
235 if (context->ic_offset == 0) in chain_read()
241 "at offset %llu", (u_longlong_t)context->ic_offset); in chain_read()
252 (u_longlong_t)context->ic_offset); in chain_read()
261 (u_longlong_t)context->ic_offset); in chain_read()
270 item->dp_stream_offset = context->ic_offset; in chain_read()
277 (u_longlong_t)drr_type, (u_longlong_t)context->ic_offset); in chain_read()
280 context->ic_offset += sizeof (*drr) + item->dp_payload_size; in chain_read()