Searched refs:zcr_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h323 struct zio_cksum_report *zcr_next; member in struct:zio_cksum_report
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c726 report->zcr_next = zio->io_logical->io_cksum_report;
H A Dzio.c3982 zio->io_cksum_report = zcr->zcr_next;
3983 zcr->zcr_next = NULL;
4172 zio->io_cksum_report = zcr->zcr_next;
4173 zcr->zcr_next = NULL;

Completed in 76 milliseconds