Lines Matching refs:next_key
1199 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() argument
1245 if (next_key) { in replace_path()
1246 next_key->objectid = (u64)-1; in replace_path()
1247 next_key->type = (u8)-1; in replace_path()
1248 next_key->offset = (u64)-1; in replace_path()
1262 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path()
1263 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path()
1680 struct btrfs_key next_key; in merge_reloc_root() local
1719 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root()
1721 WARN_ON(memcmp(&key, &next_key, sizeof(key))); in merge_reloc_root()
1736 memset(&next_key, 0, sizeof(next_key)); in merge_reloc_root()
1773 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()
1777 &next_key, level, max_level); in merge_reloc_root()
1807 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()
1834 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()