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.c41 off_t ic_offset; member
230 (u_longlong_t)context->ic_offset); in chain_read()
236 if (context->ic_offset == 0) in chain_read()
242 "at offset %llu", (u_longlong_t)context->ic_offset); in chain_read()
253 (u_longlong_t)context->ic_offset); in chain_read()
262 (u_longlong_t)context->ic_offset); in chain_read()
271 item->dp_stream_offset = context->ic_offset; in chain_read()
278 (u_longlong_t)drr_type, (u_longlong_t)context->ic_offset); in chain_read()
281 context->ic_offset += sizeof (*drr) + item->dp_payload_size; in chain_read()