Searched refs:btrfs_read_node_slot (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 880 cur = btrfs_read_node_slot(parent, i); in btrfs_realloc_node() 1006 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent, in btrfs_read_node_slot() function 1081 child = btrfs_read_node_slot(mid, 0); in balance_level() 1126 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level() 1144 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level() 1331 left = btrfs_read_node_slot(parent, pslot - 1); in push_nodes_for_insert() 1391 right = btrfs_read_node_slot(parent, pslot + 1); in push_nodes_for_insert() 3394 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right() 3610 left = btrfs_read_node_slot(path->nodes[1], slot - 1); in push_leaf_left() 4821 cur = btrfs_read_node_slot(cu in btrfs_search_forward() [all...] |
H A D | ctree.h | 531 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
|
H A D | ref-verify.c | 564 eb = btrfs_read_node_slot(path->nodes[level], in walk_down_tree()
|
H A D | relocation.c | 1306 eb = btrfs_read_node_slot(parent, slot); in replace_path() 1506 eb = btrfs_read_node_slot(eb, path->slots[i]); in walk_down_reloc_tree() 2496 eb = btrfs_read_node_slot(upper->eb, slot); in do_relocation()
|
H A D | qgroup.c | 2120 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_extent_swap() 2249 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_new_subtree_blocks() 2438 eb = btrfs_read_node_slot(eb, parent_slot); in btrfs_qgroup_trace_subtree()
|
H A D | send.c | 7434 eb = btrfs_read_node_slot(parent, slot); in tree_move_down()
|
/kernel/linux/linux-5.10/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() 3846 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right() 4086 left = btrfs_read_node_slot(path->nodes[1], slot - 1); in push_leaf_left() 5339 cur = btrfs_read_node_slot(cur, slot); in btrfs_search_forward()
|
H A D | ctree.h | 2708 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()
|
Completed in 47 milliseconds