Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Dzio.h20 } zio_eck_t; typedef
28 sizeof(zio_eck_t)) / sizeof(blkptr_t))
30 sizeof(zio_eck_t) - \
41 zio_eck_t zg_tail;
H A Dvdev_impl.h32 char vp_nvlist[VDEV_PHYS_SIZE - sizeof(zio_eck_t)];
33 zio_eck_t vp_zbt;
/openbmc/u-boot/fs/zfs/
H A Dzfs.c267 zio_eck_t *zec = (zio_eck_t *) (buf + size) - 1; in zio_checksum_verify()