Searched refs:bcache_device (Results 1 – 10 of 10) sorted by relevance
/drivers/md/bcache/ |
D | stats.h | 44 struct bcache_device; 56 void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, 58 void bch_mark_cache_readahead(struct cache_set *c, struct bcache_device *d); 60 struct bcache_device *d);
|
D | writeback.h | 26 static inline uint64_t bcache_dev_sectors_dirty(struct bcache_device *d) in bcache_dev_sectors_dirty() 36 static inline unsigned int offset_to_stripe(struct bcache_device *d, in offset_to_stripe() 113 void bch_sectors_dirty_init(struct bcache_device *d);
|
D | request.c | 475 struct bcache_device *d; 721 struct bcache_device *d) in search_alloc() 810 struct bcache_device *d = s->d; in cached_dev_cache_miss_done() 1076 struct bcache_device *d; 1104 static void detached_dev_do_request(struct bcache_device *d, struct bio *bio) in detached_dev_do_request() 1133 struct bcache_device *d; in quit_max_writeback_rate() 1173 struct bcache_device *d = bio->bi_disk->private_data; in cached_dev_make_request() 1234 static int cached_dev_ioctl(struct bcache_device *d, fmode_t mode, in cached_dev_ioctl() 1247 struct bcache_device *d = data; in cached_dev_congested() 1314 struct bcache_device *d = bio->bi_disk->private_data; in flash_dev_make_request() [all …]
|
D | stats.c | 199 void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, in bch_mark_cache_accounting() 208 void bch_mark_cache_readahead(struct cache_set *c, struct bcache_device *d) in bch_mark_cache_readahead() 216 void bch_mark_cache_miss_collision(struct cache_set *c, struct bcache_device *d) in bch_mark_cache_miss_collision()
|
D | super.c | 650 struct bcache_device *d = b->bd_disk->private_data; in open_dev() 661 struct bcache_device *d = b->private_data; in release_dev() 669 struct bcache_device *d = b->bd_disk->private_data; in ioctl_dev() 681 void bcache_device_stop(struct bcache_device *d) in bcache_device_stop() 692 static void bcache_device_unlink(struct bcache_device *d) in bcache_device_unlink() 708 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link() 732 static void bcache_device_detach(struct bcache_device *d) in bcache_device_detach() 754 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach() 777 static void bcache_device_free(struct bcache_device *d) in bcache_device_free() 810 static int bcache_device_init(struct bcache_device *d, unsigned int block_size, in bcache_device_init() [all …]
|
D | bcache.h | 249 struct bcache_device { struct 278 int (*ioctl)(struct bcache_device *d, fmode_t mode, argument 300 struct bcache_device disk; 521 struct bcache_device **devices; 1008 void bcache_device_stop(struct bcache_device *d);
|
D | request.h | 40 void bch_flash_dev_request_init(struct bcache_device *d);
|
D | sysfs.c | 504 struct bcache_device *d = container_of(kobj, struct bcache_device, in SHOW() 523 struct bcache_device *d = container_of(kobj, struct bcache_device, in STORE()
|
D | writeback.c | 521 struct bcache_device *d = c->devices[inode]; in bcache_dev_sectors_dirty_add() 784 void bch_sectors_dirty_init(struct bcache_device *d) in bch_sectors_dirty_init()
|
D | btree.c | 1780 struct bcache_device *d = c->devices[i]; in bch_btree_gc_finish()
|