Home
last modified time | relevance | path

Searched refs:ZIO_ZSTD_LEVEL_19 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_compress.h90 ZIO_ZSTD_LEVEL_19, enumerator
91 #define ZIO_ZSTD_LEVEL_MAX ZIO_ZSTD_LEVEL_19
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c168 {ZIO_ZSTD_LEVEL_19, ZIO_ZSTD_LEVEL_19},
349 if (level > 0 && level <= ZIO_ZSTD_LEVEL_19) { in zstd_enum_to_level()
356 + ZIO_ZSTD_LEVEL_19].zstd_level; in zstd_enum_to_level()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c164 { "zstd-19", ZIO_COMPLEVEL_ZSTD(ZIO_ZSTD_LEVEL_19) }, in zfs_prop_init()