• Home
  • Raw
  • Download

Lines Matching refs:cache_set

296 void bcache_write_super(struct cache_set *c)  in bcache_write_super()
332 struct cache_set *c = container_of(cl, struct cache_set, uuid_write.cl); in uuid_endio()
339 static void uuid_io(struct cache_set *c, unsigned long rw, in uuid_io()
377 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read()
418 static int __uuid_write(struct cache_set *c) in __uuid_write()
438 int bch_uuid_write(struct cache_set *c) in bch_uuid_write()
448 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) in uuid_find()
460 static struct uuid_entry *uuid_find_empty(struct cache_set *c) in uuid_find_empty()
675 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link()
714 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach()
790 static void calc_cached_dev_sectors(struct cache_set *c) in calc_cached_dev_sectors()
878 int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c) in bch_cached_dev_attach()
1073 struct cache_set *c; in register_bdev()
1136 static int flash_dev_run(struct cache_set *c, struct uuid_entry *u) in flash_dev_run()
1167 static int flash_devs_run(struct cache_set *c) in flash_devs_run()
1181 int bch_flash_dev_create(struct cache_set *c, uint64_t size) in bch_flash_dev_create()
1209 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) in bch_cache_set_error()
1234 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in bch_cache_set_release()
1241 struct cache_set *c = container_of(cl, struct cache_set, cl); in cache_set_free()
1281 struct cache_set *c = container_of(cl, struct cache_set, caching); in cache_set_flush()
1306 struct cache_set *c = container_of(cl, struct cache_set, caching); in __cache_set_unregister()
1325 void bch_cache_set_stop(struct cache_set *c) in bch_cache_set_stop()
1331 void bch_cache_set_unregister(struct cache_set *c) in bch_cache_set_unregister()
1340 struct cache_set *bch_cache_set_alloc(struct cache_sb *sb) in bch_cache_set_alloc()
1343 struct cache_set *c = kzalloc(sizeof(struct cache_set), GFP_KERNEL); in bch_cache_set_alloc()
1426 static void run_cache_set(struct cache_set *c) in run_cache_set()
1595 static bool can_attach_cache(struct cache *ca, struct cache_set *c) in can_attach_cache()
1606 struct cache_set *c; in register_cache_set()
1867 struct cache_set *c, *tc; in bcache_reboot()