Home
last modified time | relevance | path

Searched refs:ZIO_COMPRESS_OFF (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dblkptr.c56 comp != ZIO_COMPRESS_OFF); in encode_embedded_bp_compressed()
57 ASSERT3U(comp, >=, ZIO_COMPRESS_OFF); in encode_embedded_bp_compressed()
141 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in decode_embedded_bp()
H A Darc.c1226 HDR_GET_COMPRESS(buf->b_hdr) : ZIO_COMPRESS_OFF); in arc_get_compression()
1240 HDR_GET_COMPRESS(hdr) : ZIO_COMPRESS_OFF); in arc_hdr_get_compress()
1618 if (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_size()
1650 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_authenticate()
1667 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, ZIO_COMPRESS_OFF); in arc_hdr_authenticate()
1730 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_decrypt()
1858 (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF); in arc_buf_fill()
2522 ZIO_COMPRESS_OFF; in arc_can_share()
2576 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF) { in arc_buf_alloc_impl()
3016 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF); in arc_buf_destroy_impl()
[all …]
H A Dzio.c395 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in zio_decrypt()
959 zp->zp_compress >= ZIO_COMPRESS_OFF && in zio_write()
1343 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zio_shrink()
1366 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF && in zio_read_bp_init()
1517 compress = ZIO_COMPRESS_OFF; in zio_write_compress()
1525 if (compress != ZIO_COMPRESS_OFF && in zio_write_compress()
1530 compress = ZIO_COMPRESS_OFF; in zio_write_compress()
1560 compress = ZIO_COMPRESS_OFF; in zio_write_compress()
1593 compress = ZIO_COMPRESS_OFF; in zio_write_compress()
2535 zp.zp_compress = ZIO_COMPRESS_OFF; in zio_write_gang_block()
[all …]
H A Ddmu_send.c318 ASSERT3U(BP_GET_COMPRESS(bp), !=, ZIO_COMPRESS_OFF); in dump_write()
605 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dump_object_range()
782 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in do_dump()
914 ZIO_COMPRESS_OFF); in do_dump()
H A Ddmu.c1743 ==, ZIO_COMPRESS_OFF); in dmu_copy_from_buf()
1787 ASSERT3U(arc_get_compression(buf), ==, ZIO_COMPRESS_OFF); in dmu_assign_arcbuf_by_dnode()
1878 ASSERT(zio->io_prop.zp_compress != ZIO_COMPRESS_OFF); in dmu_sync_done()
2319 compress = ZIO_COMPRESS_OFF; in dmu_write_policy()
2353 compress != ZIO_COMPRESS_OFF && zfs_nopwrite_enabled); in dmu_write_policy()
H A Ddbuf.c1296 } else if (compress_type != ZIO_COMPRESS_OFF) { in dbuf_fix_old_data()
1354 arc_get_compression(db->db_buf) != ZIO_COMPRESS_OFF)) { in dbuf_read()
2915 } else if (compress_type != ZIO_COMPRESS_OFF) { in dbuf_hold_copy()
3628 } else if (compress_type != ZIO_COMPRESS_OFF) { in dbuf_sync_leaf()
H A Dddt.c596 cpfunc = ZIO_COMPRESS_OFF; in ddt_compress()
H A Ddmu_recv.c1541 arc_get_compression(abuf) == ZIO_COMPRESS_OFF) { in receive_write()
1759 arc_get_compression(abuf) == ZIO_COMPRESS_OFF) { in receive_spill()
H A Dvdev_removal.c759 BP_SET_COMPRESS(&bp, ZIO_COMPRESS_OFF); in unalloc_seg()
H A Dzvol.c2048 ZIO_COMPRESS_OFF) == 0); in zvol_dump_init()
H A Dzil.c1178 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zil_lwb_write_done()
H A Ddmu_objset.c443 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dmu_objset_open_impl()
H A Ddsl_scan.c1797 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dsl_scan_recurse()
H A Dspa.c5304 ZIO_COMPRESS_OFF, tx);
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h84 ZIO_COMPRESS_OFF, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_compress.h43 ZIO_COMPRESS_OFF, enumerator
H A Dzio.h129 #define ZIO_COMPRESS_DEFAULT ZIO_COMPRESS_OFF
144 (compress) == ZIO_COMPRESS_OFF)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c441 if (comp != ZIO_COMPRESS_OFF) { in decode_embedded_bp()
487 (comp != ZIO_COMPRESS_OFF && in zio_read()
500 if (comp != ZIO_COMPRESS_OFF) { in zio_read()
510 if (comp != ZIO_COMPRESS_OFF) { in zio_read()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1623 BP_SET_COMPRESS(&bp, ZIO_COMPRESS_OFF); in vdev_label_read()
2212 BP_SET_COMPRESS(&gbh_bp, ZIO_COMPRESS_OFF); in zio_read_gang()
2253 if (cpfunc != ZIO_COMPRESS_OFF) in zio_read()
2264 if (cpfunc != ZIO_COMPRESS_OFF) { in zio_read()
2303 if (size != BP_GET_PSIZE(bp) || cpfunc != ZIO_COMPRESS_OFF) in zio_read()
2318 if (cpfunc != ZIO_COMPRESS_OFF) in zio_read()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h599 ZIO_COMPRESS_OFF, enumerator
617 #define ZIO_COMPRESS_DEFAULT ZIO_COMPRESS_OFF
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c110 { "off", ZIO_COMPRESS_OFF }, in zfs_prop_init()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2805 case ZIO_COMPRESS_OFF: in dump_l2arc_log_blocks()
6106 BP_SET_COMPRESS(bp, ZIO_COMPRESS_OFF); in zdb_read_block()