Searched refs:btree_path_clone (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | trace.h | 1625 DECLARE_EVENT_CLASS(btree_path_clone, 1658 DEFINE_EVENT(btree_path_clone, btree_path_clone, 1663 DEFINE_EVENT(btree_path_clone, btree_path_save_pos,
|
H A D | btree_iter.c | 1239 static btree_path_idx_t btree_path_clone(struct btree_trans *trans, btree_path_idx_t src, in btree_path_clone() function 1257 path = btree_path_clone(trans, path, intent, ip); in __bch2_btree_path_make_mut() 2536 saved_path = btree_path_clone(trans, iter->path, in bch2_btree_iter_peek_prev()
|