Lines Matching refs:zstd
121 #pass path to pre-trained zstd dictionary
122 echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params
128 #pass path to pre-trained zstd dictionary and compression level
129 echo "algo=zstd level=8 dict=/etc/dictioary" > \
455 #1: lzo lzo-rle lz4 lz4hc [zstd]
456 #2: lzo lzo-rle lz4 [lz4hc] zstd
459 above, zstd is used as the first alternative algorithm, which has priority
464 #select zstd recompression algorithm, priority 1
465 echo "algo=zstd priority=1" > /sys/block/zramX/recomp_algorithm
517 #use zstd algorithm only (if registered)
518 echo "type=huge algo=zstd" > /sys/block/zramX/recompress
520 #use zstd algorithm only (if zstd was registered under priority 1)