Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/zfs/
H A Dzio.h21 } zio_eck_t; typedef
29 sizeof(zio_eck_t)) / sizeof(blkptr_t))
31 sizeof(zio_eck_t) - \
42 zio_eck_t zg_tail;
H A Dvdev_impl.h33 char vp_nvlist[VDEV_PHYS_SIZE - sizeof(zio_eck_t)];
34 zio_eck_t vp_zbt;
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c268 zio_eck_t *zec = (zio_eck_t *) (buf + size) - 1; in zio_checksum_verify()