Home
last modified time | relevance | path

Searched refs:ZIO_COMPRESS_GZIP_1 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_compress.h45 ZIO_COMPRESS_GZIP_1, enumerator
62 (compress >= ZIO_COMPRESS_GZIP_1 && \
H A Dzio.h152 (compress) == ZIO_COMPRESS_GZIP_1 || \
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c119 { "gzip-1", ZIO_COMPRESS_GZIP_1 }, in zfs_prop_init()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4459 if (compval >= ZIO_COMPRESS_GZIP_1 && in zfs_check_settable()