Searched refs:SPA_COMPRESSBITS (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 343 BF64_GET((field), 32, SPA_COMPRESSBITS) 345 BF64_SET((field), 32, SPA_COMPRESSBITS, x)
|
| H A D | spa.h | 123 #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 D | zio.h | 168 #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 D | arc.c | 752 HDR_COMPRESS_OFFSET, SPA_COMPRESSBITS)) 754 HDR_COMPRESS_OFFSET, SPA_COMPRESSBITS, (cmp));
|