Searched refs:gc_stat (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/bcache/ |
H A D | btree.c | 1302 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats) in bch_update_bucket_in_use() 1307 static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc) in btree_gc_mark_node() 1364 struct gc_stat *gc, struct gc_merge_info *r) in btree_gc_coalesce() 1613 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse() 1704 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root() 1836 struct gc_stat stats; in bch_btree_gc() 1843 memset(&stats, 0, sizeof(struct gc_stat)); in bch_btree_gc() 1870 memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat)); in bch_btree_gc()
|
H A D | bcache.h | 484 struct gc_stat { struct 633 struct gc_stat gc_stats;
|
H A D | btree.h | 416 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);
|
H A D | sysfs.c | 853 memset(&c->gc_stats, 0, sizeof(struct gc_stat)); in STORE()
|