Searched refs:bcache_device (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/md/bcache/ |
D | stats.h | 43 struct bcache_device; 55 void bch_mark_cache_accounting(struct cache_set *, struct bcache_device *, 57 void bch_mark_cache_readahead(struct cache_set *, struct bcache_device *); 58 void bch_mark_cache_miss_collision(struct cache_set *, struct bcache_device *);
|
D | writeback.h | 7 static inline uint64_t bcache_dev_sectors_dirty(struct bcache_device *d) in bcache_dev_sectors_dirty() 17 static inline unsigned offset_to_stripe(struct bcache_device *d, in offset_to_stripe()
|
D | bcache.h | 246 struct bcache_device { struct 277 int (*ioctl) (struct bcache_device *, fmode_t, unsigned, unsigned long); argument 292 struct bcache_device disk; 488 struct bcache_device **devices; 909 void bcache_device_stop(struct bcache_device *);
|
D | stats.c | 198 void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, in bch_mark_cache_accounting() 206 void bch_mark_cache_readahead(struct cache_set *c, struct bcache_device *d) in bch_mark_cache_readahead() 213 void bch_mark_cache_miss_collision(struct cache_set *c, struct bcache_device *d) in bch_mark_cache_miss_collision()
|
D | super.c | 623 struct bcache_device *d = b->bd_disk->private_data; in open_dev() 633 struct bcache_device *d = b->private_data; in release_dev() 640 struct bcache_device *d = b->bd_disk->private_data; in ioctl_dev() 651 void bcache_device_stop(struct bcache_device *d) in bcache_device_stop() 657 static void bcache_device_unlink(struct bcache_device *d) in bcache_device_unlink() 673 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link() 692 static void bcache_device_detach(struct bcache_device *d) in bcache_device_detach() 712 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach() 722 static void bcache_device_free(struct bcache_device *d) in bcache_device_free() 747 static int bcache_device_init(struct bcache_device *d, unsigned block_size, in bcache_device_init() [all …]
|
D | request.h | 39 void bch_flash_dev_request_init(struct bcache_device *d);
|
D | request.c | 467 struct bcache_device *d; 647 struct bcache_device *d) in search_alloc() 965 struct bcache_device *d = bio->bi_bdev->bd_disk->private_data; in cached_dev_make_request() 1005 static int cached_dev_ioctl(struct bcache_device *d, fmode_t mode, in cached_dev_ioctl() 1014 struct bcache_device *d = data; in cached_dev_congested() 1081 struct bcache_device *d = bio->bi_bdev->bd_disk->private_data; in flash_dev_make_request() 1119 static int flash_dev_ioctl(struct bcache_device *d, fmode_t mode, in flash_dev_ioctl() 1127 struct bcache_device *d = data; in flash_dev_congested() 1141 void bch_flash_dev_request_init(struct bcache_device *d) in bch_flash_dev_request_init()
|
D | sysfs.c | 343 struct bcache_device *d = container_of(kobj, struct bcache_device, in SHOW() 362 struct bcache_device *d = container_of(kobj, struct bcache_device, in STORE()
|
D | writeback.c | 292 struct bcache_device *d = c->devices[inode]; in bcache_dev_sectors_dirty_add()
|
D | btree.c | 1676 struct bcache_device *d = c->devices[i]; in bch_btree_gc_finish()
|
/linux-4.4.14/include/trace/events/ |
D | bcache.h | 10 TP_PROTO(struct bcache_device *d, struct bio *bio), 80 TP_PROTO(struct bcache_device *d, struct bio *bio), 85 TP_PROTO(struct bcache_device *d, struct bio *bio),
|