Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio.h135 #define ZIO_COMPRESS_LEGACY_FUNCTIONS ZIO_COMPRESS_LZ4 macro
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu.c1976 ASSERT3U(compress, <, ZIO_COMPRESS_LEGACY_FUNCTIONS); in dmu_object_set_compress()
H A Ddmu_send.c537 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in backup_do_embed()
/netbsd/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c3667 } while (comp >= ZIO_COMPRESS_LEGACY_FUNCTIONS); in ztest_dmu_read_write()