Searched refs:read_node_slot (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 1857 static noinline struct extent_buffer *read_node_slot(struct btrfs_root *root, in read_node_slot() function 1927 child = read_node_slot(root, mid, 0); in balance_level() 1966 left = read_node_slot(root, parent, pslot - 1); in balance_level() 1977 right = read_node_slot(root, parent, pslot + 1); in balance_level() 2131 left = read_node_slot(root, parent, pslot - 1); in push_nodes_for_insert() 2181 right = read_node_slot(root, parent, pslot + 1); in push_nodes_for_insert() 3764 right = read_node_slot(root, upper, slot + 1); in push_leaf_right() 3994 left = read_node_slot(root, path->nodes[1], slot - 1); in push_leaf_left() 5201 cur = read_node_slot(root, cur, slot); in btrfs_search_forward() 5226 path->nodes[*level - 1] = read_node_slot(root, path->nodes[*level], in tree_move_down()
|