Searched refs:bcache_device (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dstats.h42 struct bcache_device;
54 void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d,
57 struct bcache_device *d);
H A Dwriteback.h39 struct bcache_device *d;
49 static inline uint64_t bcache_dev_sectors_dirty(struct bcache_device *d)
59 static inline int offset_to_stripe(struct bcache_device *d,
151 void bch_sectors_dirty_init(struct bcache_device *d);
H A Drequest.h42 void bch_flash_dev_request_init(struct bcache_device *d);
H A Drequest.c470 struct bcache_device *d;
716 struct bcache_device *d, struct block_device *orig_bdev,
807 struct bcache_device *d = s->d;
1067 struct bcache_device *d;
1096 static void detached_dev_do_request(struct bcache_device *d, struct bio *bio,
1134 struct bcache_device *d;
1174 struct bcache_device *d = orig_bdev->bd_disk->private_data;
1231 static int cached_dev_ioctl(struct bcache_device *d, blk_mode_t mode,
1282 struct bcache_device *d = bio->bi_bdev->bd_disk->private_data;
1321 static int flash_dev_ioctl(struct bcache_device *
[all...]
H A Dstats.c198 void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d,
207 void bch_mark_cache_miss_collision(struct cache_set *c, struct bcache_device *d)
H A Dsuper.c737 struct bcache_device *d = disk->private_data;
748 struct bcache_device *d = b->private_data;
756 struct bcache_device *d = b->bd_disk->private_data;
777 void bcache_device_stop(struct bcache_device *d)
788 static void bcache_device_unlink(struct bcache_device *d)
802 static void bcache_device_link(struct bcache_device *d, struct cache_set *c,
824 static void bcache_device_detach(struct bcache_device *d)
846 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c,
869 static void bcache_device_free(struct bcache_device *d)
896 static int bcache_device_init(struct bcache_device *
[all...]
H A Dbcache.h27 * between struct cached_dev and struct bcache_device. A flash only volume
249 struct bcache_device { struct
279 int (*ioctl)(struct bcache_device *d, blk_mode_t mode,
301 struct bcache_device disk;
531 struct bcache_device **devices;
1030 void bcache_device_stop(struct bcache_device *d);
H A Dsysfs.c551 struct bcache_device *d = container_of(kobj, struct bcache_device,
570 struct bcache_device *d = container_of(kobj, struct bcache_device,
H A Dwriteback.c599 struct bcache_device *d = c->devices[inode];
873 struct bcache_device *d,
977 void bch_sectors_dirty_init(struct bcache_device *d)
H A Dbtree.c1778 struct bcache_device *d = c->devices[i];
/linux-master/include/trace/events/
H A Dbcache.h11 TP_PROTO(struct bcache_device *d, struct bio *bio),
81 TP_PROTO(struct bcache_device *d, struct bio *bio),
86 TP_PROTO(struct bcache_device *d, struct bio *bio),

Completed in 190 milliseconds