Home
last modified time | relevance | path

Searched refs:SPA_COMPRESSBITS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h343 BF64_GET((field), 32, SPA_COMPRESSBITS)
345 BF64_SET((field), 32, SPA_COMPRESSBITS, x)
H A Dspa.h123 #define SPA_COMPRESSBITS 7 macro
125 #define SPA_COMPRESSMASK ((1U << SPA_COMPRESSBITS) - 1)
449 BF64_GET((bp)->blk_prop, 32, SPA_COMPRESSBITS)
451 BF64_SET((bp)->blk_prop, 32, SPA_COMPRESSBITS, x)
H A Dzio.h168 #define ZIO_COMPRESS_LEVEL(x) ((x & ~SPA_COMPRESSMASK) >> SPA_COMPRESSBITS)
169 #define ZIO_COMPRESS_RAW(type, level) (type | ((level) << SPA_COMPRESSBITS))
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c752 HDR_COMPRESS_OFFSET, SPA_COMPRESSBITS))
754 HDR_COMPRESS_OFFSET, SPA_COMPRESSBITS, (cmp));