btrfs_compress_levels
const struct btrfs_compress_levels btrfs_heuristic_compress = { 0 };
static const struct btrfs_compress_levels * const btrfs_compress_levels[] = {
const struct btrfs_compress_levels *levels = btrfs_compress_levels[type];
const struct btrfs_compress_levels *levels = btrfs_compress_levels[type];
extern const struct btrfs_compress_levels btrfs_heuristic_compress;
extern const struct btrfs_compress_levels btrfs_zlib_compress;
extern const struct btrfs_compress_levels btrfs_lzo_compress;
extern const struct btrfs_compress_levels btrfs_zstd_compress;
const struct btrfs_compress_levels btrfs_lzo_compress = {
const struct btrfs_compress_levels btrfs_zlib_compress = {
const struct btrfs_compress_levels btrfs_zstd_compress = {