Searched refs:zio_eck_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h35 } zio_eck_t; typedef in typeref:struct:zio_eck
43 sizeof (zio_eck_t)) / sizeof (blkptr_t))
45 sizeof (zio_eck_t) - \
56 zio_eck_t zg_tail;
H A Dvdev_impl.h48 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)];
49 zio_eck_t vp_zbt;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c268 zio_eck_t *eck;
277 eck = (zio_eck_t *)((char *)data + size) - 1;
309 zio_eck_t *eck;
329 eck = (zio_eck_t *)((char *)data + size) - 1;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h262 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)];
263 zio_eck_t vp_zbt;
H A Dzio.h54 } zio_eck_t; typedef in typeref:struct:zio_eck
62 sizeof (zio_eck_t)) / sizeof (blkptr_t))
64 sizeof (zio_eck_t) - \
71 zio_eck_t zg_tail;
H A Dzil.h84 * The zio_eck_t contains a zec_cksum which for the intent log is
93 zio_eck_t zc_eck; /* block trailer */
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h458 } zio_eck_t; typedef in typeref:struct:zio_eck
466 sizeof (zio_eck_t)) / sizeof (blkptr_t))
468 sizeof (zio_eck_t) - \
475 zio_eck_t zg_tail;
495 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)];
496 zio_eck_t vp_zbt;
H A Dzfssubr.c272 zio_eck_t *eck;
277 eck = (zio_eck_t *)((char *)data + size) - 1;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c168 zio_eck_t *zec = (zio_eck_t *)(data + size) - 1;

Completed in 96 milliseconds