Home
last modified time | relevance | path

Searched refs:bch2_btree_node_unlock_write (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_write_buffer.c123 bch2_btree_node_unlock_write(trans, path, path->l[0].b); in wb_flush_one_slowpath()
348 bch2_btree_node_unlock_write(trans, path, path->l[0].b); in bch2_btree_write_buffer_flush_locked()
396 bch2_btree_node_unlock_write(trans, path, path->l[0].b); in bch2_btree_write_buffer_flush_locked()
Dbtree_locking.h184 void bch2_btree_node_unlock_write(struct btree_trans *,
Dbtree_update_interior.c1345 bch2_btree_node_unlock_write(trans, path, old); in bch2_btree_set_root()
1798 bch2_btree_node_unlock_write(trans, path, b); in bch2_btree_insert_node()
1804 bch2_btree_node_unlock_write(trans, path, b); in bch2_btree_insert_node()
1829 bch2_btree_node_unlock_write(trans, path, b); in bch2_btree_insert_node()
2412 bch2_btree_node_unlock_write(trans, btree_iter_path(trans, iter), b); in __bch2_btree_node_update_key()
Dbtree_locking.c45 void bch2_btree_node_unlock_write(struct btree_trans *trans, in bch2_btree_node_unlock_write() function
Dbtree_trans_commit.c110 bch2_btree_node_unlock_write(trans, trans->paths + i->path, insert_l(trans, i)->b); in trans_lock_write_fail()