Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzio.h150 #define ZIO_COMPRESS_LEVEL(x) ((x & ~SPA_COMPRESSMASK) >> SPA_COMPRESSBITS) macro
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu_objset.c203 ZIO_COMPRESS_LEVEL(newval), ZIO_COMPLEVEL_DEFAULT); in compression_changed_cb()