cache_set 86 drivers/md/bcache/alloc.c void bch_rescale_priorities(struct cache_set *c, int sectors) cache_set 481 drivers/md/bcache/alloc.c void bch_bucket_free(struct cache_set *c, struct bkey *k) cache_set 490 drivers/md/bcache/alloc.c int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, cache_set 527 drivers/md/bcache/alloc.c int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, cache_set 572 drivers/md/bcache/alloc.c static struct open_bucket *pick_data_bucket(struct cache_set *c, cache_set 613 drivers/md/bcache/alloc.c bool bch_alloc_sectors(struct cache_set *c, cache_set 704 drivers/md/bcache/alloc.c void bch_open_buckets_free(struct cache_set *c) cache_set 716 drivers/md/bcache/alloc.c int bch_open_buckets_alloc(struct cache_set *c) cache_set 254 drivers/md/bcache/bcache.h struct cache_set *c; cache_set 407 drivers/md/bcache/bcache.h struct cache_set *set; cache_set 767 drivers/md/bcache/bcache.h static inline size_t sector_to_bucket(struct cache_set *c, sector_t s) cache_set 772 drivers/md/bcache/bcache.h static inline sector_t bucket_to_sector(struct cache_set *c, size_t b) cache_set 777 drivers/md/bcache/bcache.h static inline sector_t bucket_remainder(struct cache_set *c, sector_t s) cache_set 782 drivers/md/bcache/bcache.h static inline struct cache *PTR_CACHE(struct cache_set *c, cache_set 789 drivers/md/bcache/bcache.h static inline size_t PTR_BUCKET_NR(struct cache_set *c, cache_set 796 drivers/md/bcache/bcache.h static inline struct bucket *PTR_BUCKET(struct cache_set *c, cache_set 810 drivers/md/bcache/bcache.h static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, cache_set 816 drivers/md/bcache/bcache.h static inline bool ptr_available(struct cache_set *c, const struct bkey *k, cache_set 909 drivers/md/bcache/bcache.h static inline void wake_up_allocators(struct cache_set *c) cache_set 918 drivers/md/bcache/bcache.h static inline void closure_bio_submit(struct cache_set *c, cache_set 950 drivers/md/bcache/bcache.h void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, cache_set 952 drivers/md/bcache/bcache.h void bch_bbio_endio(struct cache_set *c, struct bio *bio, cache_set 954 drivers/md/bcache/bcache.h void bch_bbio_free(struct bio *bio, struct cache_set *c); cache_set 955 drivers/md/bcache/bcache.h struct bio *bch_bbio_alloc(struct cache_set *c); cache_set 957 drivers/md/bcache/bcache.h void __bch_submit_bbio(struct bio *bio, struct cache_set *c); cache_set 958 drivers/md/bcache/bcache.h void bch_submit_bbio(struct bio *bio, struct cache_set *c, cache_set 962 drivers/md/bcache/bcache.h void bch_rescale_priorities(struct cache_set *c, int sectors); cache_set 968 drivers/md/bcache/bcache.h void bch_bucket_free(struct cache_set *c, struct bkey *k); cache_set 971 drivers/md/bcache/bcache.h int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, cache_set 973 drivers/md/bcache/bcache.h int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, cache_set 975 drivers/md/bcache/bcache.h bool bch_alloc_sectors(struct cache_set *c, struct bkey *k, cache_set 981 drivers/md/bcache/bcache.h bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...); cache_set 1002 drivers/md/bcache/bcache.h int bch_uuid_write(struct cache_set *c); cache_set 1003 drivers/md/bcache/bcache.h void bcache_write_super(struct cache_set *c); cache_set 1005 drivers/md/bcache/bcache.h int bch_flash_dev_create(struct cache_set *c, uint64_t size); cache_set 1007 drivers/md/bcache/bcache.h int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c, cache_set 1013 drivers/md/bcache/bcache.h void bch_cache_set_unregister(struct cache_set *c); cache_set 1014 drivers/md/bcache/bcache.h void bch_cache_set_stop(struct cache_set *c); cache_set 1016 drivers/md/bcache/bcache.h struct cache_set *bch_cache_set_alloc(struct cache_sb *sb); cache_set 1017 drivers/md/bcache/bcache.h void bch_btree_cache_free(struct cache_set *c); cache_set 1018 drivers/md/bcache/bcache.h int bch_btree_cache_alloc(struct cache_set *c); cache_set 1019 drivers/md/bcache/bcache.h void bch_moving_init_cache_set(struct cache_set *c); cache_set 1020 drivers/md/bcache/bcache.h int bch_open_buckets_alloc(struct cache_set *c); cache_set 1021 drivers/md/bcache/bcache.h void bch_open_buckets_free(struct cache_set *c); cache_set 184 drivers/md/bcache/btree.c void bkey_put(struct cache_set *c, struct bkey *k) cache_set 613 drivers/md/bcache/btree.c static struct btree *mca_bucket_alloc(struct cache_set *c, cache_set 700 drivers/md/bcache/btree.c struct cache_set *c = container_of(shrink, struct cache_set, shrink); cache_set 769 drivers/md/bcache/btree.c struct cache_set *c = container_of(shrink, struct cache_set, shrink); cache_set 780 drivers/md/bcache/btree.c void bch_btree_cache_free(struct cache_set *c) cache_set 828 drivers/md/bcache/btree.c int bch_btree_cache_alloc(struct cache_set *c) cache_set 868 drivers/md/bcache/btree.c static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) cache_set 873 drivers/md/bcache/btree.c static struct btree *mca_find(struct cache_set *c, struct bkey *k) cache_set 887 drivers/md/bcache/btree.c static int mca_cannibalize_lock(struct cache_set *c, struct btree_op *op) cache_set 902 drivers/md/bcache/btree.c static struct btree *mca_cannibalize(struct cache_set *c, struct btree_op *op, cache_set 930 drivers/md/bcache/btree.c static void bch_cannibalize_unlock(struct cache_set *c) cache_set 938 drivers/md/bcache/btree.c static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, cache_set 1018 drivers/md/bcache/btree.c struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op, cache_set 1129 drivers/md/bcache/btree.c struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, cache_set 1171 drivers/md/bcache/btree.c static struct btree *bch_btree_node_alloc(struct cache_set *c, cache_set 1214 drivers/md/bcache/btree.c struct cache_set *c = b->c; cache_set 1236 drivers/md/bcache/btree.c static uint8_t __bch_btree_mark_key(struct cache_set *c, int level, cache_set 1290 drivers/md/bcache/btree.c void bch_initial_mark_key(struct cache_set *c, int level, struct bkey *k) cache_set 1310 drivers/md/bcache/btree.c void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats) cache_set 1584 drivers/md/bcache/btree.c static size_t btree_gc_min_nodes(struct cache_set *c) cache_set 1735 drivers/md/bcache/btree.c static void btree_gc_start(struct cache_set *c) cache_set 1761 drivers/md/bcache/btree.c static void bch_btree_gc_finish(struct cache_set *c) cache_set 1828 drivers/md/bcache/btree.c static void bch_btree_gc(struct cache_set *c) cache_set 1872 drivers/md/bcache/btree.c static bool gc_should_run(struct cache_set *c) cache_set 1889 drivers/md/bcache/btree.c struct cache_set *c = arg; cache_set 1909 drivers/md/bcache/btree.c int bch_gc_thread_start(struct cache_set *c) cache_set 1953 drivers/md/bcache/btree.c int bch_btree_check(struct cache_set *c) cache_set 1962 drivers/md/bcache/btree.c void bch_initial_gc_finish(struct cache_set *c) cache_set 2325 drivers/md/bcache/btree.c int bch_btree_insert(struct cache_set *c, struct keylist *keys, cache_set 2414 drivers/md/bcache/btree.c int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, cache_set 2447 drivers/md/bcache/btree.c int bch_btree_map_keys(struct btree_op *op, struct cache_set *c, cache_set 2523 drivers/md/bcache/btree.c void bch_refill_keybuf(struct cache_set *c, struct keybuf *buf, cache_set 2623 drivers/md/bcache/btree.c struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c, cache_set 128 drivers/md/bcache/btree.h struct cache_set *c; cache_set 194 drivers/md/bcache/btree.h static inline void set_gc_sectors(struct cache_set *c) cache_set 199 drivers/md/bcache/btree.h void bkey_put(struct cache_set *c, struct bkey *k); cache_set 248 drivers/md/bcache/btree.h struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, cache_set 251 drivers/md/bcache/btree.h struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op, cache_set 257 drivers/md/bcache/btree.h int bch_btree_insert(struct cache_set *c, struct keylist *keys, cache_set 260 drivers/md/bcache/btree.h int bch_gc_thread_start(struct cache_set *c); cache_set 261 drivers/md/bcache/btree.h void bch_initial_gc_finish(struct cache_set *c); cache_set 262 drivers/md/bcache/btree.h void bch_moving_gc(struct cache_set *c); cache_set 263 drivers/md/bcache/btree.h int bch_btree_check(struct cache_set *c); cache_set 264 drivers/md/bcache/btree.h void bch_initial_mark_key(struct cache_set *c, int level, struct bkey *k); cache_set 266 drivers/md/bcache/btree.h static inline void wake_up_gc(struct cache_set *c) cache_set 271 drivers/md/bcache/btree.h static inline void force_wake_up_gc(struct cache_set *c) cache_set 298 drivers/md/bcache/btree.h int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, cache_set 301 drivers/md/bcache/btree.h static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, cache_set 308 drivers/md/bcache/btree.h struct cache_set *c, cache_set 317 drivers/md/bcache/btree.h int bch_btree_map_keys(struct btree_op *op, struct cache_set *c, cache_set 323 drivers/md/bcache/btree.h void bch_refill_keybuf(struct cache_set *c, struct keybuf *buf, cache_set 329 drivers/md/bcache/btree.h struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c, cache_set 333 drivers/md/bcache/btree.h void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats); cache_set 162 drivers/md/bcache/debug.c struct cache_set *c; cache_set 208 drivers/md/bcache/debug.c struct cache_set *c = inode->i_private; cache_set 236 drivers/md/bcache/debug.c void bch_debug_init_cache_set(struct cache_set *c) cache_set 7 drivers/md/bcache/debug.h struct cache_set; cache_set 30 drivers/md/bcache/debug.h void bch_debug_init_cache_set(struct cache_set *c); cache_set 32 drivers/md/bcache/debug.h static inline void bch_debug_init_cache_set(struct cache_set *c) {} cache_set 47 drivers/md/bcache/extents.c static bool __ptr_invalid(struct cache_set *c, const struct bkey *k) cache_set 68 drivers/md/bcache/extents.c static const char *bch_ptr_status(struct cache_set *c, const struct bkey *k) cache_set 149 drivers/md/bcache/extents.c bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k) cache_set 314 drivers/md/bcache/extents.c struct cache_set *c, cache_set 328 drivers/md/bcache/extents.c struct cache_set *c = container_of(b, struct btree, keys)->c; cache_set 480 drivers/md/bcache/extents.c bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k) cache_set 9 drivers/md/bcache/extents.h struct cache_set; cache_set 12 drivers/md/bcache/extents.h bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k); cache_set 13 drivers/md/bcache/extents.h bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k); cache_set 17 drivers/md/bcache/io.c void bch_bbio_free(struct bio *bio, struct cache_set *c) cache_set 24 drivers/md/bcache/io.c struct bio *bch_bbio_alloc(struct cache_set *c) cache_set 34 drivers/md/bcache/io.c void __bch_submit_bbio(struct bio *bio, struct cache_set *c) cache_set 45 drivers/md/bcache/io.c void bch_submit_bbio(struct bio *bio, struct cache_set *c, cache_set 136 drivers/md/bcache/io.c void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, cache_set 166 drivers/md/bcache/io.c void bch_bbio_endio(struct cache_set *c, struct bio *bio, cache_set 171 drivers/md/bcache/journal.c int bch_journal_read(struct cache_set *c, struct list_head *list) cache_set 300 drivers/md/bcache/journal.c void bch_journal_mark(struct cache_set *c, struct list_head *list) cache_set 346 drivers/md/bcache/journal.c static bool is_discard_enabled(struct cache_set *s) cache_set 358 drivers/md/bcache/journal.c int bch_journal_replay(struct cache_set *s, struct list_head *list) cache_set 422 drivers/md/bcache/journal.c static void btree_flush_write(struct cache_set *c) cache_set 639 drivers/md/bcache/journal.c static void journal_reclaim(struct cache_set *c) cache_set 749 drivers/md/bcache/journal.c struct cache_set *c = container_of(cl, struct cache_set, journal.io); cache_set 758 drivers/md/bcache/journal.c struct cache_set *c = container_of(cl, struct cache_set, journal.io); cache_set 839 drivers/md/bcache/journal.c struct cache_set *c = container_of(cl, struct cache_set, journal.io); cache_set 845 drivers/md/bcache/journal.c static void journal_try_write(struct cache_set *c) cache_set 861 drivers/md/bcache/journal.c static struct journal_write *journal_wait_for_write(struct cache_set *c, cache_set 918 drivers/md/bcache/journal.c struct cache_set *c = container_of(to_delayed_work(work), cache_set 919 drivers/md/bcache/journal.c struct cache_set, cache_set 934 drivers/md/bcache/journal.c atomic_t *bch_journal(struct cache_set *c, cache_set 972 drivers/md/bcache/journal.c void bch_journal_meta(struct cache_set *c, struct closure *cl) cache_set 984 drivers/md/bcache/journal.c void bch_journal_free(struct cache_set *c) cache_set 991 drivers/md/bcache/journal.c int bch_journal_alloc(struct cache_set *c) cache_set 97 drivers/md/bcache/journal.h struct cache_set *c; cache_set 170 drivers/md/bcache/journal.h struct cache_set; cache_set 174 drivers/md/bcache/journal.h atomic_t *bch_journal(struct cache_set *c, cache_set 178 drivers/md/bcache/journal.h void bch_journal_mark(struct cache_set *c, struct list_head *list); cache_set 179 drivers/md/bcache/journal.h void bch_journal_meta(struct cache_set *c, struct closure *cl); cache_set 180 drivers/md/bcache/journal.h int bch_journal_read(struct cache_set *c, struct list_head *list); cache_set 181 drivers/md/bcache/journal.h int bch_journal_replay(struct cache_set *c, struct list_head *list); cache_set 183 drivers/md/bcache/journal.h void bch_journal_free(struct cache_set *c); cache_set 184 drivers/md/bcache/journal.h int bch_journal_alloc(struct cache_set *c); cache_set 24 drivers/md/bcache/movinggc.c struct cache_set *c = container_of(buf, struct cache_set, cache_set 126 drivers/md/bcache/movinggc.c static void read_moving(struct cache_set *c) cache_set 197 drivers/md/bcache/movinggc.c void bch_moving_gc(struct cache_set *c) cache_set 250 drivers/md/bcache/movinggc.c void bch_moving_init_cache_set(struct cache_set *c) cache_set 103 drivers/md/bcache/request.c struct cache_set *c) cache_set 336 drivers/md/bcache/request.c unsigned int bch_get_congested(const struct cache_set *c) cache_set 377 drivers/md/bcache/request.c struct cache_set *c = dc->disk.c; cache_set 1136 drivers/md/bcache/request.c static void quit_max_writeback_rate(struct cache_set *c, cache_set 7 drivers/md/bcache/request.h struct cache_set *c; cache_set 36 drivers/md/bcache/request.h unsigned int bch_get_congested(const struct cache_set *c); cache_set 203 drivers/md/bcache/stats.c void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, cache_set 212 drivers/md/bcache/stats.c void bch_mark_cache_readahead(struct cache_set *c, struct bcache_device *d) cache_set 220 drivers/md/bcache/stats.c void bch_mark_cache_miss_collision(struct cache_set *c, struct bcache_device *d) cache_set 228 drivers/md/bcache/stats.c void bch_mark_sectors_bypassed(struct cache_set *c, struct cached_dev *dc, cache_set 42 drivers/md/bcache/stats.h struct cache_set; cache_set 56 drivers/md/bcache/stats.h void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, cache_set 58 drivers/md/bcache/stats.h void bch_mark_cache_readahead(struct cache_set *c, struct bcache_device *d); cache_set 59 drivers/md/bcache/stats.h void bch_mark_cache_miss_collision(struct cache_set *c, cache_set 61 drivers/md/bcache/stats.h void bch_mark_sectors_bypassed(struct cache_set *c, cache_set 283 drivers/md/bcache/super.c struct cache_set *c = container_of(cl, struct cache_set, sb_write); cache_set 288 drivers/md/bcache/super.c void bcache_write_super(struct cache_set *c) cache_set 325 drivers/md/bcache/super.c struct cache_set *c = container_of(cl, struct cache_set, uuid_write); cache_set 334 drivers/md/bcache/super.c struct cache_set *c = container_of(cl, struct cache_set, uuid_write); cache_set 339 drivers/md/bcache/super.c static void uuid_io(struct cache_set *c, int op, unsigned long op_flags, cache_set 380 drivers/md/bcache/super.c static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) cache_set 421 drivers/md/bcache/super.c static int __uuid_write(struct cache_set *c) cache_set 446 drivers/md/bcache/super.c int bch_uuid_write(struct cache_set *c) cache_set 456 drivers/md/bcache/super.c static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) cache_set 468 drivers/md/bcache/super.c static struct uuid_entry *uuid_find_empty(struct cache_set *c) cache_set 708 drivers/md/bcache/super.c static void bcache_device_link(struct bcache_device *d, struct cache_set *c, cache_set 754 drivers/md/bcache/super.c static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, cache_set 894 drivers/md/bcache/super.c static void calc_cached_dev_sectors(struct cache_set *c) cache_set 1100 drivers/md/bcache/super.c int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c, cache_set 1360 drivers/md/bcache/super.c struct cache_set *c; cache_set 1438 drivers/md/bcache/super.c static int flash_dev_run(struct cache_set *c, struct uuid_entry *u) cache_set 1469 drivers/md/bcache/super.c static int flash_devs_run(struct cache_set *c) cache_set 1483 drivers/md/bcache/super.c int bch_flash_dev_create(struct cache_set *c, uint64_t size) cache_set 1530 drivers/md/bcache/super.c bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) cache_set 1564 drivers/md/bcache/super.c struct cache_set *c = container_of(kobj, struct cache_set, kobj); cache_set 1572 drivers/md/bcache/super.c struct cache_set *c = container_of(cl, struct cache_set, cl); cache_set 1613 drivers/md/bcache/super.c struct cache_set *c = container_of(cl, struct cache_set, caching); cache_set 1670 drivers/md/bcache/super.c static void conditional_stop_bcache_device(struct cache_set *c, cache_set 1712 drivers/md/bcache/super.c struct cache_set *c = container_of(cl, struct cache_set, caching); cache_set 1740 drivers/md/bcache/super.c void bch_cache_set_stop(struct cache_set *c) cache_set 1747 drivers/md/bcache/super.c void bch_cache_set_unregister(struct cache_set *c) cache_set 1756 drivers/md/bcache/super.c struct cache_set *bch_cache_set_alloc(struct cache_sb *sb) cache_set 1759 drivers/md/bcache/super.c struct cache_set *c = kzalloc(sizeof(struct cache_set), GFP_KERNEL); cache_set 1846 drivers/md/bcache/super.c static int run_cache_set(struct cache_set *c) cache_set 2043 drivers/md/bcache/super.c static bool can_attach_cache(struct cache *ca, struct cache_set *c) cache_set 2054 drivers/md/bcache/super.c struct cache_set *c; cache_set 2341 drivers/md/bcache/super.c struct cache_set *c, *tc; cache_set 2356 drivers/md/bcache/super.c struct cache_set *c, *tc; cache_set 2500 drivers/md/bcache/super.c struct cache_set *c, *tc; cache_set 2547 drivers/md/bcache/super.c struct cache_set *c, *tc; cache_set 285 drivers/md/bcache/sysfs.c struct cache_set *c; cache_set 606 drivers/md/bcache/sysfs.c static int bch_bset_print_stats(struct cache_set *c, char *buf) cache_set 632 drivers/md/bcache/sysfs.c static unsigned int bch_root_usage(struct cache_set *c) cache_set 656 drivers/md/bcache/sysfs.c static size_t bch_cache_size(struct cache_set *c) cache_set 669 drivers/md/bcache/sysfs.c static unsigned int bch_cache_max_chain(struct cache_set *c) cache_set 692 drivers/md/bcache/sysfs.c static unsigned int bch_btree_used(struct cache_set *c) cache_set 698 drivers/md/bcache/sysfs.c static unsigned int bch_average_key_size(struct cache_set *c) cache_set 707 drivers/md/bcache/sysfs.c struct cache_set *c = container_of(kobj, struct cache_set, kobj); cache_set 785 drivers/md/bcache/sysfs.c struct cache_set *c = container_of(kobj, struct cache_set, kobj); cache_set 902 drivers/md/bcache/sysfs.c struct cache_set *c = container_of(kobj, struct cache_set, internal); cache_set 909 drivers/md/bcache/sysfs.c struct cache_set *c = container_of(kobj, struct cache_set, internal); cache_set 20 drivers/md/bcache/writeback.c static void update_gc_after_writeback(struct cache_set *c) cache_set 32 drivers/md/bcache/writeback.c struct cache_set *c = dc->disk.c; cache_set 122 drivers/md/bcache/writeback.c static bool set_at_max_writeback_rate(struct cache_set *c, cache_set 174 drivers/md/bcache/writeback.c struct cache_set *c = dc->disk.c; cache_set 518 drivers/md/bcache/writeback.c void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned int inode, cache_set 657 drivers/md/bcache/writeback.c struct cache_set *c = dc->disk.c; cache_set 110 drivers/md/bcache/writeback.h void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned int inode, cache_set 152 include/trace/events/bcache.h TP_PROTO(struct cache_set *c, u64 inode, struct bio *bio, cache_set 194 include/trace/events/bcache.h DECLARE_EVENT_CLASS(cache_set, cache_set 195 include/trace/events/bcache.h TP_PROTO(struct cache_set *c), cache_set 214 include/trace/events/bcache.h DEFINE_EVENT(cache_set, bcache_journal_full, cache_set 215 include/trace/events/bcache.h TP_PROTO(struct cache_set *c), cache_set 219 include/trace/events/bcache.h DEFINE_EVENT(cache_set, bcache_journal_entry_full, cache_set 220 include/trace/events/bcache.h TP_PROTO(struct cache_set *c), cache_set 252 include/trace/events/bcache.h DEFINE_EVENT(cache_set, bcache_btree_cache_cannibalize, cache_set 253 include/trace/events/bcache.h TP_PROTO(struct cache_set *c), cache_set 286 include/trace/events/bcache.h DEFINE_EVENT(cache_set, bcache_btree_node_alloc_fail, cache_set 287 include/trace/events/bcache.h TP_PROTO(struct cache_set *c), cache_set 311 include/trace/events/bcache.h DEFINE_EVENT(cache_set, bcache_gc_start, cache_set 312 include/trace/events/bcache.h TP_PROTO(struct cache_set *c), cache_set 316 include/trace/events/bcache.h DEFINE_EVENT(cache_set, bcache_gc_end, cache_set 317 include/trace/events/bcache.h TP_PROTO(struct cache_set *c),