Lines Matching refs:nodes

151 			btrfs_item_key_to_cpu(path->nodes[0], &key,
161 leaf = path->nodes[0];
468 leaf = path->nodes[0];
478 leaf = path->nodes[0];
535 leaf = path->nodes[0];
562 leaf = path->nodes[0];
597 leaf = path->nodes[0];
641 leaf = path->nodes[0];
741 if (!path->nodes[level])
744 btrfs_header_nritems(path->nodes[level]))
747 btrfs_item_key_to_cpu(path->nodes[level], key,
750 btrfs_node_key_to_cpu(path->nodes[level], key,
832 btrfs_item_key_to_cpu(path->nodes[0], &key,
852 btrfs_print_leaf(path->nodes[0]);
861 leaf = path->nodes[0];
893 btrfs_print_leaf(path->nodes[0]);
995 leaf = path->nodes[0];
1076 struct extent_buffer *leaf = path->nodes[0];
1205 btrfs_print_leaf(path->nodes[0]);
1510 leaf = path->nodes[0];
1646 btrfs_item_key_to_cpu(path->nodes[0], &key,
1671 leaf = path->nodes[0];
2336 leaf = path->nodes[0];
2884 btrfs_print_leaf(path->nodes[0]); \
3005 btrfs_item_key_to_cpu(path->nodes[0], &key,
3061 btrfs_item_key_to_cpu(path->nodes[0], &key,
3081 btrfs_print_leaf(path->nodes[0]);
3103 leaf = path->nodes[0];
4667 leaf = path->nodes[0];
4691 btrfs_mark_buffer_dirty(trans, path->nodes[0]);
4739 leaf = path->nodes[0];
5062 eb = path->nodes[wc->level];
5131 struct extent_buffer *eb = path->nodes[level];
5249 generation = btrfs_node_ptr_generation(path->nodes[level],
5262 bytenr = btrfs_node_blockptr(path->nodes[level], path->slots[level]);
5268 btrfs_node_key_to_cpu(path->nodes[level], &check.first_key,
5305 btrfs_node_key_to_cpu(path->nodes[level], &key,
5347 path->nodes[level] = next;
5359 parent = path->nodes[level]->start;
5362 btrfs_header_owner(path->nodes[level]));
5364 btrfs_header_owner(path->nodes[level])) {
5454 struct extent_buffer *eb = path->nodes[level];
5532 parent = path->nodes[level + 1]->start;
5534 btrfs_header_owner(path->nodes[level + 1]))
5569 btrfs_header_nritems(path->nodes[level]))
5591 path->slots[level] = btrfs_header_nritems(path->nodes[level]);
5592 while (level < max_level && path->nodes[level]) {
5595 btrfs_header_nritems(path->nodes[level])) {
5606 btrfs_tree_unlock_rw(path->nodes[level],
5610 free_extent_buffer(path->nodes[level]);
5611 path->nodes[level] = NULL;
5683 * dropped as we unlock the root node and parent nodes as we walk down
5693 path->nodes[level] = btrfs_lock_root_node(root);
5722 btrfs_tree_lock(path->nodes[level]);
5726 path->nodes[level]->start,
5738 btrfs_tree_unlock(path->nodes[level]);
5776 btrfs_node_key_to_cpu(path->nodes[wc->drop_level],
5926 path->nodes[parent_level] = parent;
5931 path->nodes[level] = node;