Lines Matching defs:bio

28 static unsigned cache_mode(struct cached_dev *dc, struct bio *bio)  in cache_mode()
33 static bool verify(struct cached_dev *dc, struct bio *bio) in verify()
38 static void bio_csum(struct bio *bio, struct bkey *k) in bio_csum()
118 struct bio *bio = op->bio; in bch_data_invalidate() local
173 static void bch_data_insert_endio(struct bio *bio, int error) in bch_data_insert_endio()
194 struct bio *bio = op->bio, *n; in bch_data_insert_start() local
365 static bool check_should_bypass(struct cached_dev *dc, struct bio *bio) in check_should_bypass()
458 struct bbio bio; member
474 static void bch_cache_read_endio(struct bio *bio, int error) in bch_cache_read_endio()
505 struct bio *n, *bio = &s->bio.bio; in cache_lookup_fn() local
570 struct bio *bio = &s->bio.bio; in cache_lookup() local
586 static void request_endio(struct bio *bio, int error) in request_endio()
615 struct bio *bio = &s->bio.bio; in do_bio_hook() local
637 static inline struct search *search_alloc(struct bio *bio, in search_alloc()
702 struct bio *bio = &s->bio.bio; in cached_dev_read_error() local
777 struct bio *bio, unsigned sectors) in cached_dev_cache_miss()
870 struct bio *bio = &s->bio.bio; in cached_dev_write() local
939 struct bio *bio = &s->bio.bio; in cached_dev_nodata() local
952 static void cached_dev_make_request(struct request_queue *q, struct bio *bio) in cached_dev_make_request()
1038 struct bio *bio, unsigned sectors) in flash_dev_cache_miss()
1064 static void flash_dev_make_request(struct request_queue *q, struct bio *bio) in flash_dev_make_request()