Home
last modified time | relevance | path

Searched refs:btrfs_read_node_slot (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.c897 cur = btrfs_read_node_slot(parent, i); in btrfs_realloc_node()
1023 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent, in btrfs_read_node_slot() function
1098 child = btrfs_read_node_slot(mid, 0); in balance_level()
1147 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level()
1165 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level()
1360 left = btrfs_read_node_slot(parent, pslot - 1); in push_nodes_for_insert()
1420 right = btrfs_read_node_slot(parent, pslot + 1); in push_nodes_for_insert()
3431 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right()
3647 left = btrfs_read_node_slot(path->nodes[1], slot - 1); in push_leaf_left()
4861 cur = btrfs_read_node_slot(cur, slot); in btrfs_search_forward()
H A Dctree.h533 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
H A Dref-verify.c564 eb = btrfs_read_node_slot(path->nodes[level], in walk_down_tree()
H A Dqgroup.c2122 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_extent_swap()
2251 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_new_subtree_blocks()
2440 eb = btrfs_read_node_slot(eb, parent_slot); in btrfs_qgroup_trace_subtree()
H A Drelocation.c1238 eb = btrfs_read_node_slot(parent, slot); in replace_path()
1438 eb = btrfs_read_node_slot(eb, path->slots[i]); in walk_down_reloc_tree()
2428 eb = btrfs_read_node_slot(upper->eb, slot); in do_relocation()
H A Dsend.c7500 eb = btrfs_read_node_slot(parent, slot); in tree_move_down()