gc_stat           624 drivers/md/bcache/bcache.h 	struct gc_stat		gc_stats;
gc_stat          1310 drivers/md/bcache/btree.c void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats)
gc_stat          1315 drivers/md/bcache/btree.c static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc)
gc_stat          1370 drivers/md/bcache/btree.c 			     struct gc_stat *gc, struct gc_merge_info *r)
gc_stat          1611 drivers/md/bcache/btree.c 			    struct closure *writes, struct gc_stat *gc)
gc_stat          1701 drivers/md/bcache/btree.c 			     struct closure *writes, struct gc_stat *gc)
gc_stat          1831 drivers/md/bcache/btree.c 	struct gc_stat stats;
gc_stat          1838 drivers/md/bcache/btree.c 	memset(&stats, 0, sizeof(struct gc_stat));
gc_stat          1865 drivers/md/bcache/btree.c 	memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat));
gc_stat           333 drivers/md/bcache/btree.h void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);
gc_stat           822 drivers/md/bcache/sysfs.c 		memset(&c->gc_stats, 0, sizeof(struct gc_stat));