Home
last modified time | relevance | path

Searched refs:btree_path_node (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_locking.c465 if (!btree_path_node(path, l)) in btree_path_get_locks()
519 struct btree *b = btree_path_node(path, level); in __bch2_btree_node_relock()
595 l < path->locks_want && btree_path_node(path, l); in bch2_btree_path_relock_intent()
887 if (!path->nodes_locked && btree_path_node(path, path->level)) { in __bch2_btree_path_verify_locks()
H A Drecovery.c276 if (unlikely(!btree_path_node(path, k->level))) { in bch2_journal_replay_key()
H A Dbtree_update_interior.c1193 if (!btree_path_node(path, level_end)) { in bch2_btree_update_start()
1242 struct btree *b = btree_path_node(path, path->level); in bch2_btree_update_start()
H A Dtrace.h669 struct btree *b = btree_path_node(path, level);