Searched refs:bcache_device (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/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 | 259 struct bcache_device { struct 290 int (*ioctl) (struct bcache_device *, fmode_t, unsigned, unsigned long); argument 307 struct bcache_device disk; argument 505 struct bcache_device **devices; 927 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 | 646 struct bcache_device *d = b->bd_disk->private_data; in open_dev() 656 struct bcache_device *d = b->private_data; in release_dev() 663 struct bcache_device *d = b->bd_disk->private_data; in ioctl_dev() 674 void bcache_device_stop(struct bcache_device *d) in bcache_device_stop() 680 static void bcache_device_unlink(struct bcache_device *d) in bcache_device_unlink() 696 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link() 715 static void bcache_device_detach(struct bcache_device *d) in bcache_device_detach() 735 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach() 745 static void bcache_device_free(struct bcache_device *d) in bcache_device_free() 777 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 | 461 struct bcache_device *d; 638 struct bcache_device *d) in search_alloc() 955 struct bcache_device *d = bio->bi_bdev->bd_disk->private_data; in cached_dev_make_request() 993 static int cached_dev_ioctl(struct bcache_device *d, fmode_t mode, in cached_dev_ioctl() 1002 struct bcache_device *d = data; in cached_dev_congested() 1068 struct bcache_device *d = bio->bi_bdev->bd_disk->private_data; in flash_dev_make_request() 1104 static int flash_dev_ioctl(struct bcache_device *d, fmode_t mode, in flash_dev_ioctl() 1112 struct bcache_device *d = data; in flash_dev_congested() 1126 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.1.27/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),
|