Home
last modified time | relevance | path

Searched refs:btrfs_compress_levels (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
H A Dcompression.h118 struct btrfs_compress_levels { struct
128 extern const struct btrfs_compress_levels btrfs_heuristic_compress; argument
129 extern const struct btrfs_compress_levels btrfs_zlib_compress;
130 extern const struct btrfs_compress_levels btrfs_lzo_compress;
131 extern const struct btrfs_compress_levels btrfs_zstd_compress;
H A Dcompression.c693 const struct btrfs_compress_levels btrfs_heuristic_compress = { 0 };
695 static const struct btrfs_compress_levels * const btrfs_compress_levels[] = { variable
947 const struct btrfs_compress_levels *levels = btrfs_compress_levels[type]; in btrfs_compress_set_level()
962 const struct btrfs_compress_levels *levels = btrfs_compress_levels[type]; in btrfs_compress_level_valid()
H A Dlzo.c595 const struct btrfs_compress_levels btrfs_lzo_compress = {
H A Dzlib.c516 const struct btrfs_compress_levels btrfs_zlib_compress = {
H A Dzstd.c736 const struct btrfs_compress_levels btrfs_zstd_compress = {