Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio.c325 zio_decompress_data(BP_GET_COMPRESS(zio->io_bp), in zio_decompress()
619 if (BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_FUNCTIONS || in zfs_blkptr_verify()
620 BP_GET_COMPRESS(bp) <= ZIO_COMPRESS_ON) { in zfs_blkptr_verify()
622 bp, (longlong_t)BP_GET_COMPRESS(bp)); in zfs_blkptr_verify()
1038 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zio_shrink()
1054 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF && in zio_read_bp_init()
2021 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) || in zio_nop_write()
H A Ddmu_send.c278 DDK_SET_COMPRESS(&drrw->drr_key, BP_GET_COMPRESS(bp)); in dump_write()
309 drrw->drr_compression = BP_GET_COMPRESS(bp); in dump_write_embedded()
460 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in backup_do_embed()
H A Dddt.c284 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp)); in ddt_key_fill()
H A Dspa_misc.c1428 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name; in snprintf_blkptr()
H A Dzil.c842 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF); in zil_lwb_write_done()
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h205 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) macro
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c429 comp = BP_GET_COMPRESS(bp); in decode_embedded_bp()
472 comp = BP_GET_COMPRESS(bp); in zio_read()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h369 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) macro
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c439 BP_GET_COMPRESS(bp), "ZIO_COMPRESS_"); in blkptr()