summaryrefslogtreecommitdiff
path: root/xlat/btrfs_compress_types.in
blob: 595a2855f196841a6084d5fb8286c252a61f4e03 (plain)
1
2
3
4
5
6
7
8
#value_indexed
#enum
#include <stdio.h>
#include <linux/btrfs.h>
BTRFS_COMPRESS_NONE 0
BTRFS_COMPRESS_ZLIB 1
BTRFS_COMPRESS_LZO 2
BTRFS_COMPRESS_ZSTD 3