Lines Matching refs:cache_set
126 struct cache_set *c;
195 static inline void set_gc_sectors(struct cache_set *c) in set_gc_sectors()
200 void bkey_put(struct cache_set *c, struct bkey *k);
231 struct cache_set *c;
268 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
271 struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op,
277 int bch_btree_insert(struct cache_set *c, struct keylist *keys,
280 int bch_gc_thread_start(struct cache_set *c);
281 void bch_initial_gc_finish(struct cache_set *c);
282 void bch_moving_gc(struct cache_set *c);
283 int bch_btree_check(struct cache_set *c);
284 void bch_initial_mark_key(struct cache_set *c, int level, struct bkey *k);
285 void bch_cannibalize_unlock(struct cache_set *c);
287 static inline void wake_up_gc(struct cache_set *c) in wake_up_gc()
292 static inline void force_wake_up_gc(struct cache_set *c) in force_wake_up_gc()
378 int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c,
381 static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, in bch_btree_map_nodes()
388 struct cache_set *c, in bch_btree_map_leaf_nodes()
397 int bch_btree_map_keys(struct btree_op *op, struct cache_set *c,
406 void bch_refill_keybuf(struct cache_set *c, struct keybuf *buf,
412 struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c,
416 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);