Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h168 #define ZIO_COMPRESS_LEVEL(x) ((x & ~SPA_COMPRESSMASK) >> SPA_COMPRESSBITS) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c200 ZIO_COMPRESS_LEVEL(newval), ZIO_COMPLEVEL_DEFAULT); in compression_changed_cb()