Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_io.c397 stats->rs_total_header_bytes += sizeof (dmu_replay_record_t); in chain_read()
402 stats->rs_total_header_bytes += sizeof (dmu_replay_record_t); in chain_read()
446 stats->rs_total_header_bytes += sizeof (dmu_replay_record_t); in chain_write()
451 stats->rs_total_header_bytes += sizeof (dmu_replay_record_t); in chain_write()
H A Dzstream_chain.h126 uint64_t rs_total_header_bytes; member
H A Dzstream_dump.c570 attrs.ca_totals_in.rs_total_header_bytes; in zstream_do_dump()