Searched refs:zio_eck_t (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | zio_checksum.c | 364 zio_eck_t eck; in zio_checksum_compute() 380 ASSERT3U(size, >=, sizeof (zio_eck_t)); in zio_checksum_compute() 381 eck_offset = size - sizeof (zio_eck_t); in zio_checksum_compute() 383 sizeof (zio_eck_t)); in zio_checksum_compute() 396 eck_offset + offsetof(zio_eck_t, zec_magic), in zio_checksum_compute() 399 eck_offset + offsetof(zio_eck_t, zec_cksum), in zio_checksum_compute() 409 eck_offset + offsetof(zio_eck_t, zec_cksum), in zio_checksum_compute() 428 zio_eck_t eck; in zio_checksum_error_impl() 451 offsetof(zio_eck_t, zec_cksum); in zio_checksum_error_impl() 466 if (size < sizeof (zio_eck_t)) in zio_checksum_error_impl() [all …]
|
| /freebsd-head/sys/contrib/openzfs/cmd/ |
| HD | zhack.c | 530 const uint64_t abdsize, zio_eck_t *eck, zio_cksum_t *cksum) in zhack_repair_calc_cksum() 651 void *data, zio_eck_t *eck, const uint64_t offset, const uint64_t abdsize) in zhack_repair_write_label() 688 zio_eck_t *ub_eck = in zhack_repair_write_uberblock() 689 (zio_eck_t *) in zhack_repair_write_uberblock() 726 zio_eck_t *vdev_eck, const uint64_t vdev_phys_offset, const int l) in zhack_repair_test_cksum() 766 zio_eck_t *vdev_eck = in zhack_repair_one_label() 767 (zio_eck_t *)((char *)(vdev_data) + VDEV_PHYS_SIZE) - 1; in zhack_repair_one_label() 809 VDEV_PHYS_SIZE - sizeof (zio_eck_t), &cfg, 0); in zhack_repair_one_label() 830 buflen = VDEV_PHYS_SIZE - sizeof (zio_eck_t); in zhack_repair_one_label()
|
| /freebsd-head/sys/contrib/openzfs/include/sys/ |
| HD | vdev_impl.h | 495 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)]; 496 zio_eck_t vp_zbt; 522 sizeof (zio_eck_t)]; 523 zio_eck_t vbe_zbt;
|
| HD | zio.h | 58 } zio_eck_t; typedef 66 sizeof (zio_eck_t)) / sizeof (blkptr_t)) 68 sizeof (zio_eck_t) - \ 75 zio_eck_t zg_tail;
|
| HD | zil.h | 96 zio_eck_t zc_eck; /* block trailer */
|
| HD | arc_impl.h | 259 zio_eck_t dh_tail;
|
| /freebsd-head/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 495 } zio_eck_t; typedef 503 sizeof (zio_eck_t)) / sizeof (blkptr_t)) 505 sizeof (zio_eck_t) - \ 512 zio_eck_t zg_tail; 540 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)]; 541 zio_eck_t vp_zbt; 558 sizeof (zio_eck_t)]; 559 zio_eck_t vbe_zbt;
|
| HD | zfssubr.c | 302 zio_eck_t *eck; in zio_checksum_verify() 307 eck = (zio_eck_t *)((char *)data + size) - 1; in zio_checksum_verify()
|
| /freebsd-head/usr.sbin/makefs/zfs/ |
| HD | vdev.c | 148 zio_eck_t *eck; in vdev_label_set_checksum() 150 assert(size > 0 && (size_t)size >= sizeof(zio_eck_t)); in vdev_label_set_checksum() 152 eck = (zio_eck_t *)((char *)buf + size) - 1; in vdev_label_set_checksum()
|
| /freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zio_crypt.c | 1310 memcpy(aadp, src, sizeof (zil_chain_t) - sizeof (zio_eck_t)); in zio_crypt_init_uios_zil() 1311 aadp += sizeof (zil_chain_t) - sizeof (zio_eck_t); in zio_crypt_init_uios_zil() 1312 aad_len += sizeof (zil_chain_t) - sizeof (zio_eck_t); in zio_crypt_init_uios_zil()
|
| /freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zio_crypt.c | 1487 memcpy(aadp, src, sizeof (zil_chain_t) - sizeof (zio_eck_t)); in zio_crypt_init_uios_zil() 1488 aadp += sizeof (zil_chain_t) - sizeof (zio_eck_t); in zio_crypt_init_uios_zil() 1489 aad_len += sizeof (zil_chain_t) - sizeof (zio_eck_t); in zio_crypt_init_uios_zil()
|
| /freebsd-head/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb.c | 5300 zio_eck_t *eck; in label_cksum_valid() 5304 eck = (zio_eck_t *)((char *)(data) + VDEV_PHYS_SIZE) - 1; in label_cksum_valid()
|