Searched refs:BP_SET_COMPRESS (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | blkptr.c | 62 BP_SET_COMPRESS(bp, comp); in encode_embedded_bp_compressed()
|
H A D | ddt.c | 273 BP_SET_COMPRESS(bp, DDK_GET_COMPRESS(ddk)); in ddt_bp_create()
|
H A D | vdev_removal.c | 759 BP_SET_COMPRESS(&bp, ZIO_COMPRESS_OFF); in unalloc_seg()
|
H A D | zio_crypt.c | 961 BP_SET_COMPRESS(bp, 0); in zio_crypt_bp_zero_nonportable_blkprop()
|
H A D | zio.c | 1633 BP_SET_COMPRESS(bp, compress); in zio_write_compress() 3371 BP_SET_COMPRESS(new_bp, ZIO_COMPRESS_OFF); in zio_alloc_zil()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 210 #define BP_SET_COMPRESS(bp, x) \ macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 443 #define BP_SET_COMPRESS(bp, x) \ macro
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 379 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) macro
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 1623 BP_SET_COMPRESS(&bp, ZIO_COMPRESS_OFF); in vdev_label_read() 2213 BP_SET_COMPRESS(&gbh_bp, ZIO_COMPRESS_OFF); in zio_read_gang()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 6106 BP_SET_COMPRESS(bp, ZIO_COMPRESS_OFF); in zdb_read_block()
|