Home
last modified time | relevance | path

Searched defs:btree_update (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/fs/bcachefs/
Dbtree_update_interior.h31 struct btree_update { struct
32 struct closure cl;
33 struct bch_fs *c;
34 u64 start_time;
36 struct list_head list;
37 struct list_head unwritten_list;
40 enum {
45 } mode;
69 * btree_update operation, and release it when the new node(s) argument
72 struct journal_entry_pin journal;
[all …]
/linux-6.8/lib/
Dbtree.c280 int btree_update(struct btree_head *head, struct btree_geo *geo, in btree_update() function