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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h208 #define BP_GET_COMPRESS(bp) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c331 zio_decompress_data(BP_GET_COMPRESS(zio->io_bp),
647 if (BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_FUNCTIONS ||
648 BP_GET_COMPRESS(bp) <= ZIO_COMPRESS_ON) {
650 bp, (longlong_t)BP_GET_COMPRESS(bp));
1090 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF);
1109 if (BP_GET_COMPRESS(bp) != ZIO_COMPRESS_OFF &&
2243 BP_GET_COMPRESS(bp) != BP_GET_COMPRESS(bp_orig) ||
H A Ddmu_send.c294 ASSERT3U(BP_GET_COMPRESS(bp), !=, ZIO_COMPRESS_OFF);
298 drrw->drr_compressiontype = BP_GET_COMPRESS(bp);
320 DDK_SET_COMPRESS(&drrw->drr_key, BP_GET_COMPRESS(bp));
351 drrw->drr_compression = BP_GET_COMPRESS(bp);
498 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS &&
H A Darc.c1525 enum zio_compress compress = BP_GET_COMPRESS(zio->io_bp);
4545 BP_GET_COMPRESS(bp));
4857 BP_GET_COMPRESS(bp), type);
5374 compress = BP_GET_COMPRESS(zio->io_bp);
5389 ASSERT3U(BP_GET_COMPRESS(zio->io_bp), !=, ZIO_COMPRESS_OFF);
H A Dddt.c285 DDK_SET_COMPRESS(ddk, BP_GET_COMPRESS(bp));
H A Dspa_misc.c1447 compress = zio_compress_table[BP_GET_COMPRESS(bp)].ci_name;
H A Dzil.c864 ASSERT(BP_GET_COMPRESS(zio->io_bp) == ZIO_COMPRESS_OFF);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c438 comp = BP_GET_COMPRESS(bp);
481 comp = BP_GET_COMPRESS(bp);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h380 #define BP_GET_COMPRESS(bp) \ macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h364 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) macro
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1158 int cpfunc = BP_GET_COMPRESS(bp);
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c440 enum_lookup("enum zio_compress", BP_GET_COMPRESS(bp),

Completed in 144 milliseconds