Home
last modified time | relevance | path

Searched refs:BP_SET_COMPRESS (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dblkptr.c62 BP_SET_COMPRESS(bp, comp); in encode_embedded_bp_compressed()
H A Dddt.c268 BP_SET_COMPRESS(bp, DDK_GET_COMPRESS(ddk)); in ddt_bp_create()
H A Dzio.c1248 BP_SET_COMPRESS(bp, compress); in zio_write_bp_init()
2537 BP_SET_COMPRESS(new_bp, ZIO_COMPRESS_OFF); in zio_alloc_zil()
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h206 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) macro
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h370 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) macro
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c3330 BP_SET_COMPRESS(bp, ZIO_COMPRESS_OFF); in zdb_read_block()