Home
last modified time | relevance | path

Searched refs:ZIO_CHECKSUM_OFF (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c86 { "off", ZIO_CHECKSUM_OFF }, in zfs_prop_init()
100 { "off", ZIO_CHECKSUM_OFF }, in zfs_prop_init()
427 zprop_register_index(ZFS_PROP_DEDUP, "dedup", ZIO_CHECKSUM_OFF, in zfs_prop_init()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c269 (child & ZIO_CHECKSUM_VERIFY) || child == ZIO_CHECKSUM_OFF); in zio_checksum_dedup_select()
H A Dvdev_initialize.c286 size, data, ZIO_CHECKSUM_OFF, vdev_initialize_cb, NULL, in vdev_initialize_write()
H A Ddmu.c2414 checksum = ZIO_CHECKSUM_OFF; in dmu_write_policy()
2421 checksum = (dedup_checksum == ZIO_CHECKSUM_OFF) ? in dmu_write_policy()
2433 if (dedup_checksum != ZIO_CHECKSUM_OFF) { in dmu_write_policy()
H A Dvdev_rebuild.c545 BP_SET_CHECKSUM(bp, ZIO_CHECKSUM_OFF); in vdev_rebuild_blkptr_init()
H A Ddmu_objset.c234 checksum = zio_checksum_dedup_select(spa, newval, ZIO_CHECKSUM_OFF); in dedup_changed_cb()
656 os->os_dedup_checksum = ZIO_CHECKSUM_OFF; in dmu_objset_open_impl()
H A Darc.c6168 ZIO_CHECKSUM_OFF, in arc_read()
9477 ZIO_CHECKSUM_OFF, NULL, hdr, in l2arc_write_buffers()
10679 cb->l2rcb_abd, ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_log_blk_fetch()
10827 asize, abd_buf->abd, ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_log_blk_commit()
H A Dvdev_removal.c949 BP_SET_CHECKSUM(&bp, ZIO_CHECKSUM_OFF); in unalloc_seg()
H A Dzio.c4927 if (checksum == ZIO_CHECKSUM_OFF) in zio_checksum_generate()
4959 if (zio->io_prop.zp_checksum == ZIO_CHECKSUM_OFF) in zio_checksum_verify()
H A Dvdev.c1712 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe_done()
1844 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe()
H A Ddmu_send.c546 drrw->drr_checksumtype = ZIO_CHECKSUM_OFF; in dmu_dump_write()
H A Ddbuf.c5359 ASSERT(zp.zp_checksum == ZIO_CHECKSUM_OFF || in dbuf_write()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h81 ZIO_CHECKSUM_OFF, enumerator
H A Dspa.h437 (BP_IS_EMBEDDED(bp) ? ZIO_CHECKSUM_OFF : \
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h595 ZIO_CHECKSUM_OFF, enumerator
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7480 if (BP_IS_HOLE(bp) || BP_GET_CHECKSUM(bp) == ZIO_CHECKSUM_OFF || in zdb_ddt_add_cb()
8994 BP_SET_CHECKSUM(bp, ZIO_CHECKSUM_OFF); in zdb_read_block()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1556 } while (prop == ZFS_PROP_CHECKSUM && value == ZIO_CHECKSUM_OFF); in ztest_random_dsl_prop()