Searched defs:btree_update (Results 1 – 2 of 2) sorted by relevance
31 struct btree_update { struct32 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) argument72 struct journal_entry_pin journal;[all …]
280 int btree_update(struct btree_head *head, struct btree_geo *geo, in btree_update() function