Searched refs:read_node_slot (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 1852 static noinline struct extent_buffer *read_node_slot(struct btrfs_root *root, in read_node_slot() function 1921 child = read_node_slot(root, mid, 0); in balance_level() 1960 left = read_node_slot(root, parent, pslot - 1); in balance_level() 1971 right = read_node_slot(root, parent, pslot + 1); in balance_level() 2125 left = read_node_slot(root, parent, pslot - 1); in push_nodes_for_insert() 2175 right = read_node_slot(root, parent, pslot + 1); in push_nodes_for_insert() 3758 right = read_node_slot(root, upper, slot + 1); in push_leaf_right() 3988 left = read_node_slot(root, path->nodes[1], slot - 1); in push_leaf_left() 5195 cur = read_node_slot(root, cur, slot); in btrfs_search_forward() 5220 path->nodes[*level - 1] = read_node_slot(root, path->nodes[*level], in tree_move_down()
|