Lines Matching refs:next_key
1769 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() argument
1812 if (next_key) { in replace_path()
1813 next_key->objectid = (u64)-1; in replace_path()
1814 next_key->type = (u8)-1; in replace_path()
1815 next_key->offset = (u64)-1; in replace_path()
1831 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path()
1832 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path()
2226 struct btrfs_key next_key; in merge_reloc_root() local
2265 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root()
2267 WARN_ON(memcmp(&key, &next_key, sizeof(key))); in merge_reloc_root()
2273 memset(&next_key, 0, sizeof(next_key)); in merge_reloc_root()
2302 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()
2306 &next_key, level, max_level); in merge_reloc_root()
2339 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()
2364 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()