Searched refs:bch2_btree_node_lock_write (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/fs/bcachefs/ |
D | btree_locking.h | 327 bch2_btree_node_lock_write(struct btree_trans *trans, in bch2_btree_node_lock_write() function
|
D | btree_key_cache.c | 263 ret = bch2_btree_node_lock_write(trans, path, &path_l(path)->b->c); in btree_key_cache_create()
|
D | btree_write_buffer.c | 171 ret = bch2_btree_node_lock_write(trans, path, &path->l[0].b->c); in wb_flush_one()
|
D | btree_trans_commit.c | 125 if (bch2_btree_node_lock_write(trans, trans->paths + i->path, &insert_l(trans, i)->b->c)) in bch2_trans_lock_write()
|
D | btree_update_interior.c | 1314 int ret = bch2_btree_node_lock_write(trans, path, &old->c); in bch2_btree_set_root() 1790 ret = bch2_btree_node_lock_write(trans, path, &b->c); in bch2_btree_insert_node()
|