Lines Matching refs:nodes
161 btrfs_item_key_to_cpu(path->nodes[0], &key,
171 leaf = path->nodes[0];
476 leaf = path->nodes[0];
486 leaf = path->nodes[0];
543 leaf = path->nodes[0];
570 leaf = path->nodes[0];
604 leaf = path->nodes[0];
649 leaf = path->nodes[0];
750 if (!path->nodes[level])
753 btrfs_header_nritems(path->nodes[level]))
756 btrfs_item_key_to_cpu(path->nodes[level], key,
759 btrfs_node_key_to_cpu(path->nodes[level], key,
840 btrfs_item_key_to_cpu(path->nodes[0], &key,
860 btrfs_print_leaf(path->nodes[0]);
869 leaf = path->nodes[0];
994 leaf = path->nodes[0];
1075 struct extent_buffer *leaf = path->nodes[0];
1161 "path->slots[0]=%d path->nodes[0]:", path->slots[0]);
1162 btrfs_print_leaf(path->nodes[0]);
1450 leaf = path->nodes[0];
1587 btrfs_item_key_to_cpu(path->nodes[0], &key,
1609 leaf = path->nodes[0];
2320 leaf = path->nodes[0];
3011 btrfs_item_key_to_cpu(path->nodes[0], &key,
3068 btrfs_item_key_to_cpu(path->nodes[0], &key,
3091 btrfs_print_leaf(path->nodes[0]);
3100 btrfs_print_leaf(path->nodes[0]);
3112 leaf = path->nodes[0];
3257 btrfs_print_leaf(path->nodes[0]);
4385 leaf = path->nodes[0];
4409 btrfs_mark_buffer_dirty(path->nodes[0]);
4470 leaf = path->nodes[0];
4784 eb = path->nodes[wc->level];
4853 struct extent_buffer *eb = path->nodes[level];
4972 generation = btrfs_node_ptr_generation(path->nodes[level],
4985 bytenr = btrfs_node_blockptr(path->nodes[level], path->slots[level]);
4986 btrfs_node_key_to_cpu(path->nodes[level], &first_key,
5026 btrfs_node_key_to_cpu(path->nodes[level], &key,
5070 path->nodes[level] = next;
5082 parent = path->nodes[level]->start;
5085 btrfs_header_owner(path->nodes[level]));
5087 btrfs_header_owner(path->nodes[level])) {
5176 struct extent_buffer *eb = path->nodes[level];
5257 parent = path->nodes[level + 1]->start;
5259 btrfs_header_owner(path->nodes[level + 1]))
5293 btrfs_header_nritems(path->nodes[level]))
5315 path->slots[level] = btrfs_header_nritems(path->nodes[level]);
5316 while (level < max_level && path->nodes[level]) {
5319 btrfs_header_nritems(path->nodes[level])) {
5330 btrfs_tree_unlock_rw(path->nodes[level],
5334 free_extent_buffer(path->nodes[level]);
5335 path->nodes[level] = NULL;
5404 * dropped as we unlock the root node and parent nodes as we walk down
5412 path->nodes[level] = btrfs_lock_root_node(root);
5413 btrfs_set_lock_blocking_write(path->nodes[level]);
5442 btrfs_tree_lock(path->nodes[level]);
5443 btrfs_set_lock_blocking_write(path->nodes[level]);
5447 path->nodes[level]->start,
5459 btrfs_tree_unlock(path->nodes[level]);
5495 btrfs_node_key_to_cpu(path->nodes[wc->drop_level],
5632 path->nodes[parent_level] = parent;
5637 path->nodes[level] = node;