Searched refs:BP_GET_COMPRESS (Results 1 – 7 of 7) sorted by relevance
416 zio_decompress_data(BP_GET_COMPRESS(zio->io_bp), in zio_decompress()744 if (BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_FUNCTIONS || in zfs_blkptr_verify()745 BP_GET_COMPRESS(bp) <= ZIO_COMPRESS_ON) { in zfs_blkptr_verify()747 bp, (longlong_t)BP_GET_COMPRESS(bp)); in zfs_blkptr_verify()1210 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zio_shrink()1226 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF && in zio_read_bp_init()2365 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) || in zio_nop_write()
1766 enum zio_compress compress = BP_GET_COMPRESS(zio->io_bp); in arc_cksum_is_equal()4665 BP_GET_COMPRESS(bp)); in arc_hdr_verify()4999 BP_GET_COMPRESS(bp), type); in arc_read()5546 compress = BP_GET_COMPRESS(zio->io_bp); in arc_write_ready()5560 ASSERT(BP_GET_COMPRESS(zio->io_bp) != ZIO_COMPRESS_OFF); in arc_write_ready()
359 DDK_SET_COMPRESS(&drrw->drr_key, BP_GET_COMPRESS(bp)); in dump_write()390 drrw->drr_compression = BP_GET_COMPRESS(bp); in dump_write_embedded()537 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in backup_do_embed()
298 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp)); in ddt_key_fill()
1623 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name; in snprintf_blkptr()
884 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zil_lwb_write_done()
396 #define BP_GET_COMPRESS(bp) \ macro