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