Home
last modified time | relevance | path

Searched refs:ZIO_COMPRESS_LEGACY_FUNCTIONS (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h138 #define ZIO_COMPRESS_LEGACY_FUNCTIONS ZIO_COMPRESS_LZ4 macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c1915 ASSERT3U(compress, <, ZIO_COMPRESS_LEGACY_FUNCTIONS); in dmu_object_set_compress()
H A Ddsl_crypt.c1973 if (ret != 0 || intval >= ZIO_COMPRESS_LEGACY_FUNCTIONS) in dsl_crypto_recv_raw_objset_check()
H A Ddmu_send.c861 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in send_do_embed()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4661 } while (comp >= ZIO_COMPRESS_LEGACY_FUNCTIONS); in ztest_dmu_read_write()