Searched refs:btrfs_read_node_slot (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ctree.c | 1815 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent, in btrfs_read_node_slot() function 1885 child = btrfs_read_node_slot(mid, 0); in balance_level() 1926 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level() 1942 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level() 2103 left = btrfs_read_node_slot(parent, pslot - 1); in push_nodes_for_insert() 2156 right = btrfs_read_node_slot(parent, pslot + 1); in push_nodes_for_insert() 3844 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right() 4083 left = btrfs_read_node_slot(path->nodes[1], slot - 1); in push_leaf_left() 5305 cur = btrfs_read_node_slot(cur, slot); in btrfs_search_forward()
|
| H A D | ctree.h | 2710 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
|
| H A D | send.c | 6753 eb = btrfs_read_node_slot(path->nodes[*level], path->slots[*level]); in tree_move_down()
|