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.h396 struct zio_cksum_report { struct
397 struct zio_cksum_report *zcr_next; argument
398 nvlist_t *zcr_ereport;
399 nvlist_t *zcr_detector;
400 void *zcr_cbdata;
401 size_t zcr_cbinfo; /* passed to zcr_free() */
402 uint64_t zcr_sector;
403 uint64_t zcr_align;
404 uint64_t zcr_length;
405 zio_cksum_finish_f *zcr_finish;
[all …]