Loading fs/btrfs/check-integrity.c +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ #include "locking.h" #include "check-integrity.h" #include "rcu-string.h" #include "compression.h" #define BTRFSIC_BLOCK_HASHTABLE_SIZE 0x10000 #define BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE 0x10000 Loading fs/btrfs/compression.h +9 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,15 @@ int btrfs_submit_compressed_read(struct inode *inode, struct bio *bio, void btrfs_clear_biovec_end(struct bio_vec *bvec, int vcnt, unsigned long pg_index, unsigned long pg_offset); enum btrfs_compression_type { BTRFS_COMPRESS_NONE = 0, BTRFS_COMPRESS_ZLIB = 1, BTRFS_COMPRESS_LZO = 2, BTRFS_COMPRESS_TYPES = 2, BTRFS_COMPRESS_LAST = 3, }; struct btrfs_compress_op { struct list_head *(*alloc_workspace)(void); Loading fs/btrfs/ctree.h +0 −8 Original line number Diff line number Diff line Loading @@ -718,14 +718,6 @@ struct btrfs_timespec { __le32 nsec; } __attribute__ ((__packed__)); enum btrfs_compression_type { BTRFS_COMPRESS_NONE = 0, BTRFS_COMPRESS_ZLIB = 1, BTRFS_COMPRESS_LZO = 2, BTRFS_COMPRESS_TYPES = 2, BTRFS_COMPRESS_LAST = 3, }; struct btrfs_inode_item { /* nfs style generation number */ __le64 generation; Loading fs/btrfs/disk-io.c +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ #include "raid56.h" #include "sysfs.h" #include "qgroup.h" #include "compression.h" #ifdef CONFIG_X86 #include <asm/cpufeature.h> Loading fs/btrfs/extent_map.c +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include <linux/hardirq.h> #include "ctree.h" #include "extent_map.h" #include "compression.h" static struct kmem_cache *extent_map_cache; Loading Loading
fs/btrfs/check-integrity.c +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ #include "locking.h" #include "check-integrity.h" #include "rcu-string.h" #include "compression.h" #define BTRFSIC_BLOCK_HASHTABLE_SIZE 0x10000 #define BTRFSIC_BLOCK_LINK_HASHTABLE_SIZE 0x10000 Loading
fs/btrfs/compression.h +9 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,15 @@ int btrfs_submit_compressed_read(struct inode *inode, struct bio *bio, void btrfs_clear_biovec_end(struct bio_vec *bvec, int vcnt, unsigned long pg_index, unsigned long pg_offset); enum btrfs_compression_type { BTRFS_COMPRESS_NONE = 0, BTRFS_COMPRESS_ZLIB = 1, BTRFS_COMPRESS_LZO = 2, BTRFS_COMPRESS_TYPES = 2, BTRFS_COMPRESS_LAST = 3, }; struct btrfs_compress_op { struct list_head *(*alloc_workspace)(void); Loading
fs/btrfs/ctree.h +0 −8 Original line number Diff line number Diff line Loading @@ -718,14 +718,6 @@ struct btrfs_timespec { __le32 nsec; } __attribute__ ((__packed__)); enum btrfs_compression_type { BTRFS_COMPRESS_NONE = 0, BTRFS_COMPRESS_ZLIB = 1, BTRFS_COMPRESS_LZO = 2, BTRFS_COMPRESS_TYPES = 2, BTRFS_COMPRESS_LAST = 3, }; struct btrfs_inode_item { /* nfs style generation number */ __le64 generation; Loading
fs/btrfs/disk-io.c +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ #include "raid56.h" #include "sysfs.h" #include "qgroup.h" #include "compression.h" #ifdef CONFIG_X86 #include <asm/cpufeature.h> Loading
fs/btrfs/extent_map.c +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ #include <linux/hardirq.h> #include "ctree.h" #include "extent_map.h" #include "compression.h" static struct kmem_cache *extent_map_cache; Loading