Searched refs:btree_op (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/md/bcache/ |
| D | btree.h | 212 struct btree_op { struct 241 static inline void bch_btree_op_init(struct btree_op *op, int write_lock_level) in bch_btree_op_init() argument 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, 376 typedef int (btree_map_nodes_fn)(struct btree_op *b_op, struct btree *b); 377 int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, 380 static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, in bch_btree_map_nodes() 386 static inline int bch_btree_map_leaf_nodes(struct btree_op *op, in bch_btree_map_leaf_nodes() [all …]
|
| D | btree.c | 841 static int mca_cannibalize_lock(struct cache_set *c, struct btree_op *op) in mca_cannibalize_lock() 858 static struct btree *mca_cannibalize(struct cache_set *c, struct btree_op *op, in mca_cannibalize() 896 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, in mca_alloc() 976 struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op, in bch_btree_node_get() 1086 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, in __bch_btree_node_alloc() 1128 struct btree_op *op, int level, in bch_btree_node_alloc() 1135 struct btree_op *op) in btree_node_alloc_replacement() 1168 static int btree_check_reserve(struct btree *b, struct btree_op *op) in btree_check_reserve() 1319 static int bch_btree_insert_node(struct btree *b, struct btree_op *op, 1324 static int btree_gc_coalesce(struct btree *b, struct btree_op *op, in btree_gc_coalesce() [all …]
|
| D | journal.h | 171 struct btree_op;
|
| D | writeback.c | 762 struct btree_op op; 768 static int sectors_dirty_init_fn(struct btree_op *_op, struct btree *b, in sectors_dirty_init_fn()
|
| D | sysfs.c | 596 struct btree_op op; 601 static int bch_btree_bset_stats(struct btree_op *b_op, struct btree *b) in bch_btree_bset_stats()
|
| D | request.c | 481 struct btree_op op; 513 static int cache_lookup_fn(struct btree_op *op, struct btree *b, struct bkey *k) in cache_lookup_fn()
|