Lines Matching refs:nodes
1553 * btree nodes/leafs whose content on disk is invalid - either garbage
2617 if (path->slots[0] < btrfs_header_nritems(path->nodes[0]))
2628 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]);
2633 clone = btrfs_clone_extent_buffer(path->nodes[0]);
2639 path->nodes[0] = clone;
2669 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0] - 1);
2674 if (path->slots[0] >= btrfs_header_nritems(path->nodes[0])) {
2679 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]);
2700 clone = btrfs_clone_extent_buffer(path->nodes[0]);
2706 path->nodes[0] = clone;
2865 leaf = path->nodes[0];
2901 leaf = path->nodes[0];
2960 struct extent_buffer *leaf = path->nodes[0];