Lines Matching refs:btree_path_node
163 if (!btree_path_node(path, level)) in bch2_btree_path_verify_level()
1116 while (btree_path_node(path, l) && in __btree_path_up_until_good_node()
1122 i < path->locks_want && btree_path_node(path, i); in __btree_path_up_until_good_node()
1191 EBUG_ON(btree_path_node(path, path->level) && in bch2_btree_path_traverse_one()
1201 ret = btree_path_node(path, path->level) in bch2_btree_path_traverse_one()
1310 if (btree_path_node(path, level)) { in __bch2_btree_path_set_pos()
1385 if (!btree_path_node(path, l)) in bch2_btree_path_can_relock()
1918 if (btree_path_node(path, path->level)) in bch2_btree_iter_traverse()
1939 b = btree_path_node(path, path->level); in bch2_btree_iter_peek_node()
1992 if (!btree_path_node(path, path->level)) in bch2_btree_iter_next_node()
1996 if (!btree_path_node(path, path->level + 1)) { in bch2_btree_iter_next_node()
2011 b = btree_path_node(path, path->level + 1); in bch2_btree_iter_next_node()
2791 if (unlikely(!btree_path_node(path, path->level))) in bch2_btree_iter_peek_slot()