Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dblkptr.c62 BP_SET_COMPRESS(bp, comp); in encode_embedded_bp_compressed()
H A Dddt.c269 BP_SET_COMPRESS(bp, DDK_GET_COMPRESS(ddk)); in ddt_bp_create()
H A Dzio.c1251 BP_SET_COMPRESS(bp, compress); in zio_write_bp_init()
2605 BP_SET_COMPRESS(new_bp, ZIO_COMPRESS_OFF); in zio_alloc_zil()
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h207 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) macro
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h380 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) macro
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c3395 BP_SET_COMPRESS(bp, ZIO_COMPRESS_OFF); in zdb_read_block()