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

/linux-master/fs/btrfs/
H A Dctree.c879 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent, function
954 child = btrfs_read_node_slot(mid, 0);
999 left = btrfs_read_node_slot(parent, pslot - 1);
1017 right = btrfs_read_node_slot(parent, pslot + 1);
1204 left = btrfs_read_node_slot(parent, pslot - 1);
1264 right = btrfs_read_node_slot(parent, pslot + 1);
3266 right = btrfs_read_node_slot(upper, slot + 1);
3482 left = btrfs_read_node_slot(path->nodes[1], slot - 1);
4697 cur = btrfs_read_node_slot(cur, slot);
H A Dctree.h538 struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
H A Dref-verify.c567 eb = btrfs_read_node_slot(path->nodes[level],
H A Ddefrag.c418 cur = btrfs_read_node_slot(parent, i);
H A Drelocation.c1302 eb = btrfs_read_node_slot(parent, slot);
1505 eb = btrfs_read_node_slot(eb, path->slots[i]);
2495 eb = btrfs_read_node_slot(upper->eb, slot);
H A Dqgroup.c2252 eb = btrfs_read_node_slot(eb, parent_slot);
2381 eb = btrfs_read_node_slot(eb, parent_slot);
2580 eb = btrfs_read_node_slot(eb, parent_slot);
H A Dsend.c7448 eb = btrfs_read_node_slot(parent, slot);

Completed in 183 milliseconds