Searched refs:bch2_btree_node_unlock_write (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_locking.h | 129 void bch2_btree_node_unlock_write(struct btree_trans *, 141 bch2_btree_node_unlock_write(trans, path, path->l[level].b); in btree_node_unlock()
|
H A D | btree_write_buffer.c | 122 bch2_btree_node_unlock_write(trans, path, path->l[0].b); in wb_flush_one_slowpath() 369 bch2_btree_node_unlock_write(trans, path, path->l[0].b); in bch2_btree_write_buffer_flush_locked() 417 bch2_btree_node_unlock_write(trans, path, path->l[0].b); in bch2_btree_write_buffer_flush_locked()
|
H A D | btree_locking.c | 47 void bch2_btree_node_unlock_write(struct btree_trans *trans, in bch2_btree_node_unlock_write() function 870 bch2_btree_node_unlock_write(trans, path, path->l[l].b); in bch2_trans_unlock_write()
|
H A D | btree_update_interior.c | 1370 bch2_btree_node_unlock_write(trans, path, old); in bch2_btree_set_root() 1865 bch2_btree_node_unlock_write(trans, path, b); in bch2_btree_insert_node() 1874 bch2_btree_node_unlock_write(trans, path, b); in bch2_btree_insert_node() 1896 bch2_btree_node_unlock_write(trans, path, b); in bch2_btree_insert_node() 2550 bch2_btree_node_unlock_write(trans, btree_iter_path(trans, iter), b); in __bch2_btree_node_update_key()
|
H A D | btree_key_cache.c | 278 bch2_btree_node_unlock_write(trans, path, path_l(path)->b); in btree_key_cache_create()
|
H A D | btree_trans_commit.c | 112 bch2_btree_node_unlock_write(trans, trans->paths + i->path, insert_l(trans, i)->b); in trans_lock_write_fail()
|