Home
last modified time | relevance | path

Searched refs:BP_GET_COMPRESS (Results 1 – 15 of 15) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2239 int cpfunc = BP_GET_COMPRESS(bp); in zio_read()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h378 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) macro
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c624 enum_lookup("enum zio_compress", BP_GET_COMPRESS(bp), in blkptr()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c439 comp = BP_GET_COMPRESS(bp); in decode_embedded_bp()
482 comp = BP_GET_COMPRESS(bp); in zio_read()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h208 #define BP_GET_COMPRESS(bp) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c5333 BP_GET_COMPRESS(bp)); in arc_hdr_verify()
5815 BP_IS_PROTECTED(bp), BP_GET_COMPRESS(bp), type, in arc_read()
6478 if (BP_GET_COMPRESS(bp) == ZIO_COMPRESS_OFF) in arc_write_ready()
6493 compress = BP_GET_COMPRESS(bp); in arc_write_ready()
H A Dblkptr.c141 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in decode_embedded_bp()
144 VERIFY0(zio_decompress_data_buf(BP_GET_COMPRESS(bp), in decode_embedded_bp()
H A Dddt.c293 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp)); in ddt_key_fill()
H A Ddmu_objset.c443 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dmu_objset_open_impl()
H A Ddmu_send.c318 ASSERT3U(BP_GET_COMPRESS(bp), !=, ZIO_COMPRESS_OFF); in dump_write()
323 drrw->drr_compressiontype = BP_GET_COMPRESS(bp); in dump_write()
345 DDK_SET_COMPRESS(&drrw->drr_key, BP_GET_COMPRESS(bp)); in dump_write()
377 drrw->drr_compression = BP_GET_COMPRESS(bp); in dump_write_embedded()
421 drrs->drr_compressiontype = BP_GET_COMPRESS(bp); in dump_spill()
605 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dump_object_range()
639 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in backup_do_embed()
782 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in do_dump()
H A Ddsl_scan.c1797 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dsl_scan_recurse()
H A Dspa_misc.c1561 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name; in snprintf_blkptr()
H A Dzil.c1178 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zil_lwb_write_done()
H A Dzio.c357 int ret = zio_decompress_data(BP_GET_COMPRESS(zio->io_bp), in zio_decompress()
395 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in zio_decrypt()
404 ret = zio_decompress_data(BP_GET_COMPRESS(bp), in zio_decrypt()
822 if (BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_FUNCTIONS || in zfs_blkptr_verify()
823 BP_GET_COMPRESS(bp) <= ZIO_COMPRESS_ON) { in zfs_blkptr_verify()
825 bp, (longlong_t)BP_GET_COMPRESS(bp)); in zfs_blkptr_verify()
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()
2623 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) || in zio_nop_write()
3817 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in zio_encrypt()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h441 #define BP_GET_COMPRESS(bp) \ macro