Home
last modified time | relevance | path

Searched refs:BP_SET_COMPRESS (Results 1 – 10 of 10) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h443 #define BP_SET_COMPRESS(bp, x) \ macro
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1623 BP_SET_COMPRESS(&bp, ZIO_COMPRESS_OFF); in vdev_label_read()
2212 BP_SET_COMPRESS(&gbh_bp, ZIO_COMPRESS_OFF); in zio_read_gang()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c6106 BP_SET_COMPRESS(bp, ZIO_COMPRESS_OFF); in zdb_read_block()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c961 BP_SET_COMPRESS(bp, 0); in zio_crypt_bp_zero_nonportable_blkprop()
H A Dzio.c1633 BP_SET_COMPRESS(bp, compress); in zio_write_compress()
3371 BP_SET_COMPRESS(new_bp, ZIO_COMPRESS_OFF); in zio_alloc_zil()
H A Dvdev_removal.c759 BP_SET_COMPRESS(&bp, ZIO_COMPRESS_OFF); in unalloc_seg()
H A Dddt.c273 BP_SET_COMPRESS(bp, DDK_GET_COMPRESS(ddk)); in ddt_bp_create()
H A Dblkptr.c62 BP_SET_COMPRESS(bp, comp); in encode_embedded_bp_compressed()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h210 #define BP_SET_COMPRESS(bp, x) \ macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h379 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) macro