Home
last modified time | relevance | path

Searched refs:BP_GET_COMPRESS (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dblkptr.c142 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in decode_embedded_bp()
145 VERIFY0(zio_decompress_data_buf(BP_GET_COMPRESS(bp), in decode_embedded_bp()
H A Ddmu_send.c516 ASSERT3U(BP_GET_COMPRESS(bp), !=, ZIO_COMPRESS_OFF); in dmu_dump_write()
521 drrw->drr_compressiontype = BP_GET_COMPRESS(bp); in dmu_dump_write()
543 DDK_SET_COMPRESS(&drrw->drr_key, BP_GET_COMPRESS(bp)); in dmu_dump_write()
575 drrw->drr_compression = BP_GET_COMPRESS(bp); in dump_write_embedded()
620 drrs->drr_compressiontype = BP_GET_COMPRESS(bp); in dump_spill()
827 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dump_object_range()
861 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in send_do_embed()
869 if ((BP_GET_COMPRESS(bp) == ZIO_COMPRESS_ZSTD && in send_do_embed()
H A Dzio.c442 int ret = zio_decompress_data(BP_GET_COMPRESS(zio->io_bp), in zio_decompress()
484 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in zio_decrypt()
493 ret = zio_decompress_data(BP_GET_COMPRESS(bp), in zio_decrypt()
984 if (BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_FUNCTIONS || in zfs_blkptr_verify()
985 BP_GET_COMPRESS(bp) <= ZIO_COMPRESS_ON) { in zfs_blkptr_verify()
988 bp, (longlong_t)BP_GET_COMPRESS(bp)); in zfs_blkptr_verify()
1529 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zio_shrink()
1552 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF && in zio_read_bp_init()
2977 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) || in zio_nop_write()
4101 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in zio_encrypt()
[all …]
H A Dddt.c308 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp)); in ddt_key_fill()
H A Darc.c5650 BP_GET_COMPRESS(bp)); in arc_hdr_verify()
6136 BP_IS_PROTECTED(bp), BP_GET_COMPRESS(bp), 0, type, in arc_read()
6867 if (BP_GET_COMPRESS(bp) == ZIO_COMPRESS_OFF) in arc_write_ready()
6882 compress = BP_GET_COMPRESS(bp); in arc_write_ready()
H A Dspa_misc.c1542 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name; in snprintf_blkptr()
H A Ddmu_objset.c452 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dmu_objset_open_impl()
H A Dzil.c1225 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zil_lwb_write_done()
H A Ddsl_scan.c1851 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dsl_scan_recurse()
H A Ddsl_dataset.c174 f = zio_compress_to_feature(BP_GET_COMPRESS(bp)); in dsl_dataset_block_born()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h448 #define BP_GET_COMPRESS(bp) \ macro
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2171 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_ZSTD) in snprintf_zstd_header()
2308 if (dump_opt['Z'] && BP_GET_COMPRESS(bp) == ZIO_COMPRESS_ZSTD) in print_indirect()