Searched refs:BP_GET_COMPRESS (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | blkptr.c | 141 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 D | dmu_send.c | 318 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 D | zio.c | 357 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 …]
|
H A D | ddt.c | 293 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp)); in ddt_key_fill()
|
H A D | spa_misc.c | 1561 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name; in snprintf_blkptr()
|
H A D | arc.c | 5333 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 D | zil.c | 1178 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zil_lwb_write_done()
|
H A D | dmu_objset.c | 443 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dmu_objset_open_impl()
|
H A D | dsl_scan.c | 1800 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dsl_scan_recurse()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 208 #define BP_GET_COMPRESS(bp) \ macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 439 comp = BP_GET_COMPRESS(bp); in decode_embedded_bp() 482 comp = BP_GET_COMPRESS(bp); in zio_read()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 441 #define BP_GET_COMPRESS(bp) \ macro
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 378 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) macro
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 2240 int cpfunc = BP_GET_COMPRESS(bp); in zio_read()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 624 enum_lookup("enum zio_compress", BP_GET_COMPRESS(bp), in blkptr()
|