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" > \
483 #1: lzo lzo-rle lz4 lz4hc [zstd]
484 #2: lzo lzo-rle lz4 [lz4hc] zstd
487 above, zstd is used as the first alternative algorithm, which has priority
492 #select zstd recompression algorithm, priority 1
493 echo "algo=zstd priority=1" > /sys/block/zramX/recomp_algorithm
543 #use zstd algorithm only (if registered)
544 echo "type=huge algo=zstd" > /sys/block/zramX/recompress
546 #use zstd algorithm only (if zstd was registered under priority 1)