Searched refs:btree_node_unlock (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_locking.h | 127 static inline void btree_node_unlock(struct btree_trans *trans, in btree_node_unlock() function 158 btree_node_unlock(trans, path, btree_path_lowest_level_locked(path)); in __bch2_btree_path_unlock() 418 btree_node_unlock(trans, path, l); in __btree_path_set_level_up()
|
H A D | btree_iter.c | 135 btree_node_unlock(trans, path, 0); in bch2_btree_path_verify_cached() 192 btree_node_unlock(trans, path, level); in bch2_btree_path_verify_level() 689 btree_node_unlock(trans, path, b->c.level); in bch2_trans_node_add() 808 btree_node_unlock(trans, path, path->level); in btree_path_prefetch() 843 btree_node_unlock(trans, path, path->level); in btree_path_prefetch_j() 868 btree_node_unlock(trans, path, plevel); in btree_node_mem_ptr_set() 967 btree_node_unlock(trans, path, level + 1); in btree_path_down() 1084 btree_node_unlock(trans, path, l); in btree_path_set_level_down() 1282 btree_node_unlock(trans, path, 0); in __bch2_btree_path_set_pos() 1984 btree_node_unlock(trans, path, path->level + 1); in bch2_btree_iter_next_node()
|
H A D | btree_locking.c | 559 btree_node_unlock(trans, path, level); in bch2_btree_node_upgrade() 691 btree_node_unlock(trans, path, l); in __bch2_btree_path_downgrade()
|
H A D | btree_key_cache.c | 367 btree_node_unlock(trans, path, 0); in bch2_btree_path_traverse_cached()
|