Home
last modified time | relevance | path

Searched refs:btree_op (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dbtree.h212 struct btree_op { struct
243 memset(op, 0, sizeof(struct btree_op)); in bch_btree_op_init()
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,
275 int bch_btree_insert_check_key(struct btree *b, struct btree_op *op,
377 typedef int (btree_map_nodes_fn)(struct btree_op *b_op, struct btree *b);
378 int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c,
387 static inline int bch_btree_map_leaf_nodes(struct btree_op *op, in bch_btree_map_leaf_nodes()
395 typedef int (btree_map_keys_fn)(struct btree_op *op, struct btree *b,
397 int bch_btree_map_keys(struct btree_op *op, struct cache_set *c,
[all …]
H A Dbtree.c1165 struct btree_op *op, int level, in bch_btree_node_alloc()
1172 struct btree_op *op) in btree_node_alloc_replacement()
1363 static int btree_gc_coalesce(struct btree *b, struct btree_op *op, in btree_gc_coalesce()
1612 static int btree_gc_recurse(struct btree *b, struct btree_op *op, in btree_gc_recurse()
1838 struct btree_op op; in bch_btree_gc()
2016 struct btree_op op; in bch_btree_check_thread()
2250 static int btree_split(struct btree *b, struct btree_op *op, in btree_split()
2479 struct btree_op op;
2623 int bch_btree_map_keys(struct btree_op *op, struct cache_set *c, in bch_btree_map_keys()
2648 struct btree_op op;
[all …]
H A Djournal.h172 struct btree_op;
H A Dwriteback.c848 struct btree_op op;
853 static int sectors_dirty_init_fn(struct btree_op *_op, struct btree *b, in sectors_dirty_init_fn()
H A Dsysfs.c617 struct btree_op op;
622 static int bch_btree_bset_stats(struct btree_op *b_op, struct btree *b) in bch_btree_bset_stats()
H A Drequest.c495 struct btree_op op;
527 static int cache_lookup_fn(struct btree_op *op, struct btree *b, struct bkey *k) in cache_lookup_fn()