Lines Matching defs:c
45 static struct bbuf __bounce_alloc(struct bch_fs *c, unsigned size, int rw) in __bounce_alloc()
80 static struct bbuf __bio_map_or_bounce(struct bch_fs *c, struct bio *bio, in __bio_map_or_bounce()
144 static struct bbuf bio_map_or_bounce(struct bch_fs *c, struct bio *bio, int rw) in bio_map_or_bounce()
149 static void bio_unmap_or_unbounce(struct bch_fs *c, struct bbuf buf) in bio_unmap_or_unbounce()
173 static int __bio_uncompress(struct bch_fs *c, struct bio *src, in __bio_uncompress()
261 struct bch_fs *c = op->c; in bch2_bio_uncompress_inplace() local
314 int bch2_bio_uncompress(struct bch_fs *c, struct bio *src, in bch2_bio_uncompress()
342 static int attempt_compress(struct bch_fs *c, in attempt_compress()
432 static unsigned __bio_compress(struct bch_fs *c, in __bio_compress()
545 unsigned bch2_bio_compress(struct bch_fs *c, in bch2_bio_compress()
581 static int __bch2_check_set_has_compressed_data(struct bch_fs *c, u64 f) in __bch2_check_set_has_compressed_data()
608 int bch2_check_set_has_compressed_data(struct bch_fs *c, in bch2_check_set_has_compressed_data()
621 void bch2_fs_compress_exit(struct bch_fs *c) in bch2_fs_compress_exit()
631 static int __bch2_fs_compress_init(struct bch_fs *c, u64 features) in __bch2_fs_compress_init()
697 int bch2_fs_compress_init(struct bch_fs *c) in bch2_fs_compress_init()
707 int bch2_opt_compression_parse(struct bch_fs *c, const char *_val, u64 *res, in bch2_opt_compression_parse()
764 struct bch_fs *c, in bch2_opt_compression_to_text()