Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h119 ZIO_COMPRESS_LZ4, enumerator
127 #define ZIO_COMPRESS_LEGACY_FUNCTIONS ZIO_COMPRESS_LZ4
134 #define ZIO_COMPRESS_LZ4_ON_VALUE ZIO_COMPRESS_LZ4
140 (compress) == ZIO_COMPRESS_LZ4 || \
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzio.h89 ZIO_COMPRESS_LZ4, enumerator
/titanic_44/usr/src/common/zfs/
H A Dzfs_prop.c102 { "lz4", ZIO_COMPRESS_LZ4 }, in zfs_prop_init()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Darc.c700 ((_c_) == ZIO_COMPRESS_LZ4 || (_c_) == ZIO_COMPRESS_EMPTY)
6681 csize = zio_compress_data(ZIO_COMPRESS_LZ4, hdr->b_l1hdr.b_tmp_cdata, in l2arc_compress_buf()
6703 l2hdr->b_compress = ZIO_COMPRESS_LZ4; in l2arc_compress_buf()
7479 case ZIO_COMPRESS_LZ4: in l2arc_log_blk_read()
7702 psize = zio_compress_data(ZIO_COMPRESS_LZ4, lb, lb_buf->lbb_log_blk, in l2arc_log_blk_commit()
7726 ZIO_COMPRESS_LZ4); in l2arc_log_blk_commit()
H A Dzfs_ioctl.c3850 if (intval == ZIO_COMPRESS_LZ4) { in zfs_check_settable()