Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h62 ZIO_CHECKSUM_OFF, enumerator
/titanic_50/usr/src/common/zfs/
H A Dzfs_prop.c70 { "off", ZIO_CHECKSUM_OFF }, in zfs_prop_init()
83 { "off", ZIO_CHECKSUM_OFF }, in zfs_prop_init()
234 zprop_register_index(ZFS_PROP_DEDUP, "dedup", ZIO_CHECKSUM_OFF, in zfs_prop_init()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzio_checksum.c194 (child & ZIO_CHECKSUM_VERIFY) || child == ZIO_CHECKSUM_OFF); in zio_checksum_dedup_select()
H A Ddmu.c1801 checksum = (dedup_checksum == ZIO_CHECKSUM_OFF) ? in dmu_write_policy()
1813 if (dedup_checksum != ZIO_CHECKSUM_OFF) { in dmu_write_policy()
H A Ddmu_objset.c198 checksum = zio_checksum_dedup_select(spa, newval, ZIO_CHECKSUM_OFF); in dedup_changed_cb()
441 os->os_dedup_checksum = ZIO_CHECKSUM_OFF; in dmu_objset_open_impl()
H A Darc.c4649 ZIO_CHECKSUM_OFF, in arc_read()
6645 dev->l2ad_hand, buf_sz, buf_data, ZIO_CHECKSUM_OFF, in l2arc_write_buffers()
7422 ZIO_CHECKSUM_OFF, NULL, NULL, ZIO_PRIORITY_ASYNC_READ, in l2arc_dev_hdr_read()
7692 lb_buf, ZIO_CHECKSUM_OFF, NULL, NULL, ZIO_PRIORITY_ASYNC_READ, in l2arc_log_blk_prefetch()
7731 hdr_asize, hdr, ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_dev_hdr_update()
7800 asize, lb_buf->lbb_log_blk, ZIO_CHECKSUM_OFF, NULL, NULL, in l2arc_log_blk_commit()
H A Dzvol.c2031 ZIO_CHECKSUM_OFF; in zvol_dump_init()
2045 ZIO_CHECKSUM_OFF) == 0); in zvol_dump_init()
H A Dzio.c717 ASSERT(zp->zp_checksum >= ZIO_CHECKSUM_OFF && in zio_write()
2947 if (checksum == ZIO_CHECKSUM_OFF) in zio_checksum_generate()
2979 if (zio->io_prop.zp_checksum == ZIO_CHECKSUM_OFF) in zio_checksum_verify()
H A Dvdev.c946 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe_done()
1071 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe()
H A Ddmu_send.c274 drrw->drr_checksumtype = ZIO_CHECKSUM_OFF; in dump_write()
H A Ddbuf.c3212 ASSERT(zp.zp_checksum == ZIO_CHECKSUM_OFF || in dbuf_write()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h76 ZIO_CHECKSUM_OFF, enumerator
H A Dspa.h386 (BP_IS_EMBEDDED(bp) ? ZIO_CHECKSUM_OFF : \
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c2980 if (BP_IS_HOLE(bp) || BP_GET_CHECKSUM(bp) == ZIO_CHECKSUM_OFF || in zdb_ddt_add_cb()
3396 BP_SET_CHECKSUM(bp, ZIO_CHECKSUM_OFF); in zdb_read_block()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c1021 } while (prop == ZFS_PROP_CHECKSUM && value == ZIO_CHECKSUM_OFF); in ztest_random_dsl_prop()