Home
last modified time | relevance | path

Searched refs:btrfs_read_node_slot (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dctree.c884 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent, in btrfs_read_node_slot() function
959 child = btrfs_read_node_slot(mid, 0); in balance_level()
1008 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level()
1026 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level()
1221 left = btrfs_read_node_slot(parent, pslot - 1); in push_nodes_for_insert()
1281 right = btrfs_read_node_slot(parent, pslot + 1); in push_nodes_for_insert()
3282 right = btrfs_read_node_slot(upper, slot + 1); in push_leaf_right()
3498 left = btrfs_read_node_slot(path->nodes[1], slot - 1); in push_leaf_left()
4716 cur = btrfs_read_node_slot(cur, slot); in btrfs_search_forward()
Dctree.h556 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
Dref-verify.c572 eb = btrfs_read_node_slot(path->nodes[level], in walk_down_tree()
Dqgroup.c2374 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_extent_swap()
2503 eb = btrfs_read_node_slot(eb, parent_slot); in qgroup_trace_new_subtree_blocks()
2702 eb = btrfs_read_node_slot(eb, parent_slot); in btrfs_qgroup_trace_subtree()
Drelocation.c1187 eb = btrfs_read_node_slot(parent, slot); in replace_path()
1402 eb = btrfs_read_node_slot(eb, path->slots[i]); in walk_down_reloc_tree()
2390 eb = btrfs_read_node_slot(upper->eb, slot); in do_relocation()
Ddefrag.c409 cur = btrfs_read_node_slot(parent, i); in btrfs_realloc_node()
Dsend.c7494 eb = btrfs_read_node_slot(parent, slot); in tree_move_down()