Home
last modified time | relevance | path

Searched defs:zio_cksum_report (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h379 struct zio_cksum_report { struct
380 struct zio_cksum_report *zcr_next; argument
381 nvlist_t *zcr_ereport;
382 nvlist_t *zcr_detector;
383 void *zcr_cbdata;
384 size_t zcr_cbinfo; /* passed to zcr_free() */
385 uint64_t zcr_sector;
386 uint64_t zcr_align;
387 uint64_t zcr_length;
388 zio_cksum_finish_f *zcr_finish;
[all …]