Lines Matching defs:dc

30 static unsigned int cache_mode(struct cached_dev *dc)  in cache_mode()
35 static bool verify(struct cached_dev *dc) in verify()
358 static struct hlist_head *iohash(struct cached_dev *dc, uint64_t k) in iohash()
363 static bool check_should_bypass(struct cached_dev *dc, struct bio *bio) in check_should_bypass()
582 struct cached_dev *dc; in cache_lookup() local
643 struct cached_dev *dc = container_of(s->d, in backing_request_endio() local
756 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_bio_complete() local
823 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_read_done() local
865 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_read_done_bh() local
883 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_cache_miss() local
950 static void cached_dev_read(struct cached_dev *dc, struct search *s) in cached_dev_read()
963 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_write_complete() local
969 static void cached_dev_write(struct cached_dev *dc, struct search *s) in cached_dev_write()
1088 struct cached_dev *dc = container_of(ddip->d, in detached_dev_end_io() local
1102 struct cached_dev *dc = container_of(d, struct cached_dev, disk); in detached_dev_do_request() local
1131 struct cached_dev *dc; in quit_max_writeback_rate() local
1171 struct cached_dev *dc = container_of(d, struct cached_dev, disk); in cached_dev_submit_bio() local
1230 struct cached_dev *dc = container_of(d, struct cached_dev, disk); in cached_dev_ioctl() local
1239 void bch_cached_dev_request_init(struct cached_dev *dc) in bch_cached_dev_request_init()