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.h371 struct zio_cksum_report { struct
372 struct zio_cksum_report *zcr_next; argument
373 nvlist_t *zcr_ereport;
374 nvlist_t *zcr_detector;
375 void *zcr_cbdata;
376 size_t zcr_cbinfo; /* passed to zcr_free() */
377 uint64_t zcr_sector;
378 uint64_t zcr_align;
379 uint64_t zcr_length;
380 zio_cksum_finish_f *zcr_finish;
[all …]