gc_stats          464 drivers/md/bcache/alloc.c 		bch_update_bucket_in_use(ca->set, &ca->set->gc_stats);
gc_stats          477 drivers/md/bcache/alloc.c 		bch_update_bucket_in_use(ca->set, &ca->set->gc_stats);
gc_stats          624 drivers/md/bcache/bcache.h 	struct gc_stat		gc_stats;
gc_stats         1602 drivers/md/bcache/btree.c 	min_nodes = c->gc_stats.nodes / MAX_GC_TIMES;
gc_stats         1865 drivers/md/bcache/btree.c 	memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat));
gc_stats         1940 drivers/md/bcache/btree.c 				b->c->gc_stats.nodes++;
gc_stats          384 drivers/md/bcache/request.c 	    c->gc_stats.in_use > CUTOFF_CACHE_ADD ||
gc_stats          906 drivers/md/bcache/request.c 	    s->iop.c->gc_stats.in_use < CUTOFF_CACHE_READA)
gc_stats          694 drivers/md/bcache/sysfs.c 	return div64_u64(c->gc_stats.key_bytes * 100,
gc_stats          695 drivers/md/bcache/sysfs.c 			 (c->gc_stats.nodes ?: 1) * btree_bytes(c));
gc_stats          700 drivers/md/bcache/sysfs.c 	return c->gc_stats.nkeys
gc_stats          701 drivers/md/bcache/sysfs.c 		? div64_u64(c->gc_stats.data, c->gc_stats.nkeys)
gc_stats          718 drivers/md/bcache/sysfs.c 	sysfs_print(cache_available_percent,	100 - c->gc_stats.in_use);
gc_stats          726 drivers/md/bcache/sysfs.c 	sysfs_print(btree_nodes,	c->gc_stats.nodes);
gc_stats          822 drivers/md/bcache/sysfs.c 		memset(&c->gc_stats, 0, sizeof(struct gc_stat));
gc_stats           23 drivers/md/bcache/writeback.c 	    c->gc_stats.in_use < BCH_AUTO_GC_DIRTY_THRESHOLD)
gc_stats           67 drivers/md/bcache/writeback.h 	unsigned int in_use = dc->disk.c->gc_stats.in_use;