Lines Matching refs:compressed_bio
47 struct compressed_bio { struct
67 static inline struct btrfs_fs_info *cb_to_fs_info(const struct compressed_bio *cb) in cb_to_fs_info() argument
91 struct compressed_bio *cb, u32 decompressed);
93 struct compressed_bio *btrfs_alloc_compressed_write(struct btrfs_inode *inode,
96 struct compressed_bio *cb);
140 struct compressed_bio *btrfs_compress_bio(struct btrfs_inode *inode,
144 static inline void cleanup_compressed_bio(struct compressed_bio *cb) in cleanup_compressed_bio()
154 int zlib_compress_bio(struct list_head *ws, struct compressed_bio *cb);
155 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
163 int lzo_compress_bio(struct list_head *ws, struct compressed_bio *cb);
164 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
171 int zstd_compress_bio(struct list_head *ws, struct compressed_bio *cb);
172 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb);