bch_cache_sets    989 drivers/md/bcache/bcache.h extern struct list_head bch_cache_sets;
bch_cache_sets     44 drivers/md/bcache/super.c LIST_HEAD(bch_cache_sets);
bch_cache_sets   1387 drivers/md/bcache/super.c 	list_for_each_entry(c, &bch_cache_sets, list)
bch_cache_sets   2056 drivers/md/bcache/super.c 	list_for_each_entry(c, &bch_cache_sets, list)
bch_cache_sets   2084 drivers/md/bcache/super.c 	list_add(&c->list, &bch_cache_sets);
bch_cache_sets   2344 drivers/md/bcache/super.c 	list_for_each_entry_safe(c, tc, &bch_cache_sets, list)
bch_cache_sets   2360 drivers/md/bcache/super.c 	list_for_each_entry_safe(c, tc, &bch_cache_sets, list)
bch_cache_sets   2512 drivers/md/bcache/super.c 		list_for_each_entry_safe(c, tc, &bch_cache_sets, list) {
bch_cache_sets   2563 drivers/md/bcache/super.c 		if (list_empty(&bch_cache_sets) &&
bch_cache_sets   2585 drivers/md/bcache/super.c 		list_for_each_entry_safe(c, tc, &bch_cache_sets, list)
bch_cache_sets   2603 drivers/md/bcache/super.c 			stopped = list_empty(&bch_cache_sets) &&
bch_cache_sets    417 drivers/md/bcache/sysfs.c 		list_for_each_entry(c, &bch_cache_sets, list) {