Home
last modified time | relevance | path

Searched refs:SPA_COMPRESSMASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h150 #define ZIO_COMPRESS_ALGO(x) (x & SPA_COMPRESSMASK)
151 #define ZIO_COMPRESS_LEVEL(x) ((x & ~SPA_COMPRESSMASK) >> SPA_COMPRESSBITS)
H A Dspa.h102 #define SPA_COMPRESSMASK ((1U << SPA_COMPRESSBITS) - 1) macro