Lines Matching refs:next_key
1740 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() argument
1782 if (next_key) { in replace_path()
1783 next_key->objectid = (u64)-1; in replace_path()
1784 next_key->type = (u8)-1; in replace_path()
1785 next_key->offset = (u64)-1; in replace_path()
1799 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path()
1800 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path()
2129 struct btrfs_key next_key; in merge_reloc_root() local
2168 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root()
2170 WARN_ON(memcmp(&key, &next_key, sizeof(key))); in merge_reloc_root()
2176 memset(&next_key, 0, sizeof(next_key)); in merge_reloc_root()
2205 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()
2209 &next_key, level, max_level); in merge_reloc_root()
2242 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()
2272 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()