Home
last modified time | relevance | path

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

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