Searched refs:btrfs_read_node_slot (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| A D | ctree.c | 702 cur = btrfs_read_node_slot(parent, i); in btrfs_realloc_node() 829 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent, in btrfs_read_node_slot() function 899 child = btrfs_read_node_slot(mid, 0); in balance_level() 939 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level() 954 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level() 1115 left = btrfs_read_node_slot(parent, pslot - 1); in push_nodes_for_insert() 1167 right = btrfs_read_node_slot(parent, pslot + 1); in push_nodes_for_insert() 2834 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right() 3072 left = btrfs_read_node_slot(path->nodes[1], slot - 1); in push_leaf_left() 4302 cur = btrfs_read_node_slot(cur, slot); in btrfs_search_forward()
|
| A D | ref-verify.c | 561 eb = btrfs_read_node_slot(path->nodes[level], in walk_down_tree()
|
| A D | qgroup.c | 1983 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_extent_swap() 2113 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_new_subtree_blocks() 2278 eb = btrfs_read_node_slot(eb, parent_slot); in btrfs_qgroup_trace_subtree()
|
| A D | relocation.c | 1292 eb = btrfs_read_node_slot(parent, slot); in replace_path() 1490 eb = btrfs_read_node_slot(eb, path->slots[i]); in walk_down_reloc_tree() 2448 eb = btrfs_read_node_slot(upper->eb, slot); in do_relocation()
|
| A D | ctree.h | 2859 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
|
| A D | send.c | 6707 eb = btrfs_read_node_slot(parent, slot); in tree_move_down()
|
Completed in 46 milliseconds