Home
last modified time | relevance | path

Searched refs:gc_stat (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dbtree.c1300 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats) in bch_update_bucket_in_use()
1305 static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc) in btree_gc_mark_node()
1360 struct gc_stat *gc, struct gc_merge_info *r) in btree_gc_coalesce()
1607 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse()
1697 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root()
1829 struct gc_stat stats; in bch_btree_gc()
1836 memset(&stats, 0, sizeof(struct gc_stat)); in bch_btree_gc()
1863 memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat)); in bch_btree_gc()
H A Dbcache.h483 struct gc_stat { struct
633 struct gc_stat gc_stats;
H A Dbtree.h416 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);
H A Dsysfs.c850 memset(&c->gc_stats, 0, sizeof(struct gc_stat)); in STORE()