Lines Matching refs:zstd
109 #pass path to pre-trained zstd dictionary
110 echo "algo=zstd dict=/etc/dictionary" > /sys/block/zram0/algorithm_params
116 #pass path to pre-trained zstd dictionary and compression level
117 echo "algo=zstd level=8 dict=/etc/dictionary" > \
441 #1: lzo lzo-rle lz4 lz4hc [zstd]
442 #2: lzo lzo-rle lz4 [lz4hc] zstd
445 above, zstd is used as the first alternative algorithm, which has priority
450 #select zstd recompression algorithm, priority 1
451 echo "algo=zstd priority=1" > /sys/block/zramX/recomp_algorithm
503 #use zstd algorithm only (if registered)
504 echo "type=huge algo=zstd" > /sys/block/zramX/recompress
506 #use zstd algorithm only (if zstd was registered under priority 1)