Searched refs:trans_for_each_path_with_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | btree_locking.h | 178 trans_for_each_path_with_node(trans, b, linked, i) in bch2_btree_node_unlock_write_inlined()
|
D | btree_iter.c | 411 trans_for_each_path_with_node(trans, b, path, i) { in bch2_btree_path_fix_key_modified() 528 trans_for_each_path_with_node(trans, b, linked, i) { in bch2_btree_node_iter_fix() 709 trans_for_each_path_with_node(trans, b, path, i) in bch2_trans_node_reinit_iter() 1205 trans_for_each_path_with_node(trans, path_l(path)->b, linked, iter) in bch2_btree_path_traverse_one()
|
D | btree_iter.h | 199 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ macro
|
D | btree_update_interior.c | 1811 trans_for_each_path_with_node(trans, b, linked, i) in bch2_btree_insert_node()
|