Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h127 #define ZIO_COMPRESS_LEGACY_FUNCTIONS ZIO_COMPRESS_LZ4 macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu.c1709 ASSERT3U(compress, <, ZIO_COMPRESS_LEGACY_FUNCTIONS); in dmu_object_set_compress()
H A Ddmu_send.c460 if ((BP_GET_COMPRESS(bp) >= ZIO_COMPRESS_LEGACY_FUNCTIONS && in backup_do_embed()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c3664 } while (comp >= ZIO_COMPRESS_LEGACY_FUNCTIONS); in ztest_dmu_read_write()