Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dbcache.h444 struct gc_stat { struct
581 struct gc_stat gc_stats;
Dbtree.c1245 static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc) in btree_gc_mark_node()
1298 struct gc_stat *gc, struct gc_merge_info *r) in btree_gc_coalesce()
1513 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse()
1596 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root()
1728 struct gc_stat stats; in bch_btree_gc()
1735 memset(&stats, 0, sizeof(struct gc_stat)); in bch_btree_gc()
1758 memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat)); in bch_btree_gc()
Dsysfs.c613 memset(&c->gc_stats, 0, sizeof(struct gc_stat)); in STORE()