Searched refs:BP_GET_COMPRESS (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | blkptr.c | 142 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 D | dmu_send.c | 493 (bp != NULL ? BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF && in dmu_dump_write() 522 ASSERT3U(BP_GET_COMPRESS(bp), !=, ZIO_COMPRESS_OFF); in dmu_dump_write() 527 drrw->drr_compressiontype = BP_GET_COMPRESS(bp); in dmu_dump_write() 549 DDK_SET_COMPRESS(&drrw->drr_key, BP_GET_COMPRESS(bp)); in dmu_dump_write() 581 drrw->drr_compression = BP_GET_COMPRESS(bp); in dump_write_embedded() 632 drrs->drr_compressiontype = BP_GET_COMPRESS(bp); in dump_spill() 841 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dump_object_range() 875 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in send_do_embed() 883 if ((BP_GET_COMPRESS(bp) == ZIO_COMPRESS_ZSTD && in send_do_embed()
|
| H A D | zio.c | 490 int ret = zio_decompress_data(BP_GET_COMPRESS(zio->io_bp), in zio_decompress() 532 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in zio_decrypt() 541 ret = zio_decompress_data(BP_GET_COMPRESS(bp), in zio_decrypt() 1095 if (BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_FUNCTIONS) { in zfs_blkptr_verify() 1098 bp, (longlong_t)BP_GET_COMPRESS(bp)); in zfs_blkptr_verify() 1638 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zio_shrink() 1674 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF && in zio_read_bp_init() 3126 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) || in zio_nop_write() 4297 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in zio_encrypt() 4327 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in zio_encrypt()
|
| H A D | ddt.c | 309 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp)); in ddt_key_fill()
|
| H A D | dmu_recv.c | 1404 if (!rwa->raw && BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF) { in do_corrective_recv() 1409 uint64_t csize = zio_compress_data(BP_GET_COMPRESS(bp), in do_corrective_recv()
|
| H A D | arc.c | 5234 BP_GET_COMPRESS(bp)); in arc_hdr_verify() 5698 BP_IS_PROTECTED(bp), BP_GET_COMPRESS(bp), 0, type); in arc_read() 6461 if (BP_GET_COMPRESS(bp) == ZIO_COMPRESS_OFF) in arc_write_ready() 6476 compress = BP_GET_COMPRESS(bp); in arc_write_ready()
|
| H A D | spa_misc.c | 1563 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name; in snprintf_blkptr()
|
| H A D | dsl_scan.c | 2214 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dsl_scan_recurse() 2349 f = zio_compress_to_feature(BP_GET_COMPRESS(bp)); in dsl_scan_visitbp()
|
| H A D | dmu_objset.c | 506 ASSERT3U(BP_GET_COMPRESS(bp), ==, ZIO_COMPRESS_OFF); in dmu_objset_open_impl()
|
| H A D | dsl_dataset.c | 181 f = zio_compress_to_feature(BP_GET_COMPRESS(bp)); in dsl_dataset_block_born()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 434 #define BP_GET_COMPRESS(bp) \ macro
|
| /freebsd-14.2/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 379 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) macro
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2220 int cpfunc = BP_GET_COMPRESS(bp); in zio_read()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2424 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_ZSTD) in snprintf_zstd_header() 2565 if (dump_opt['Z'] && BP_GET_COMPRESS(bp) == ZIO_COMPRESS_ZSTD) in print_indirect()
|