Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h62 ZIO_CHECKSUM_OFF, enumerator
/titanic_44/usr/src/common/zfs/
H A Dzfs_prop.c69 { "off", ZIO_CHECKSUM_OFF }, in zfs_prop_init()
79 { "off", ZIO_CHECKSUM_OFF }, in zfs_prop_init()
222 zprop_register_index(ZFS_PROP_DEDUP, "dedup", ZIO_CHECKSUM_OFF, in zfs_prop_init()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c119 (child & ZIO_CHECKSUM_VERIFY) || child == ZIO_CHECKSUM_OFF); in zio_checksum_dedup_select()
H A Ddmu.c1791 checksum = (dedup_checksum == ZIO_CHECKSUM_OFF) ? in dmu_write_policy()
1803 if (dedup_checksum != ZIO_CHECKSUM_OFF) { in dmu_write_policy()
H A Ddmu_objset.c197 checksum = zio_checksum_dedup_select(spa, newval, ZIO_CHECKSUM_OFF); in dedup_changed_cb()
440 os->os_dedup_checksum = ZIO_CHECKSUM_OFF; in dmu_objset_open_impl()
H A Darc.c4589 ZIO_CHECKSUM_OFF, in arc_read()
6586 ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_write_buffers()
7363 ZIO_CHECKSUM_OFF, NULL, NULL, ZIO_PRIORITY_ASYNC_READ, in l2arc_dev_hdr_read()
7633 lb_buf, ZIO_CHECKSUM_OFF, NULL, NULL, ZIO_PRIORITY_ASYNC_READ, in l2arc_log_blk_prefetch()
7672 hdr_asize, hdr, ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_dev_hdr_update()
7741 asize, lb_buf->lbb_log_blk, ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_log_blk_commit()
H A Dzvol.c1954 ZIO_CHECKSUM_OFF; in zvol_dump_init()
2023 ZIO_CHECKSUM_OFF) == 0); in zvol_dump_init()
H A Dzio.c716 ASSERT(zp->zp_checksum >= ZIO_CHECKSUM_OFF && in zio_write()
2879 if (checksum == ZIO_CHECKSUM_OFF) in zio_checksum_generate()
2911 if (zio->io_prop.zp_checksum == ZIO_CHECKSUM_OFF) in zio_checksum_verify()
H A Dvdev.c945 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe_done()
1070 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe()
H A Ddmu_send.c271 drrw->drr_checksumtype = ZIO_CHECKSUM_OFF; in dump_write()
H A Ddbuf.c3173 ASSERT(zp.zp_checksum == ZIO_CHECKSUM_OFF || in dbuf_write()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h76 ZIO_CHECKSUM_OFF, enumerator
H A Dspa.h376 (BP_IS_EMBEDDED(bp) ? ZIO_CHECKSUM_OFF : \
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c2977 if (BP_IS_HOLE(bp) || BP_GET_CHECKSUM(bp) == ZIO_CHECKSUM_OFF || in zdb_ddt_add_cb()
3393 BP_SET_CHECKSUM(bp, ZIO_CHECKSUM_OFF); in zdb_read_block()
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c1020 } while (prop == ZFS_PROP_CHECKSUM && value == ZIO_CHECKSUM_OFF); in ztest_random_dsl_prop()