Lines Matching refs:next_key
1213 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() argument
1259 if (next_key) { in replace_path()
1260 next_key->objectid = (u64)-1; in replace_path()
1261 next_key->type = (u8)-1; in replace_path()
1262 next_key->offset = (u64)-1; in replace_path()
1276 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path()
1277 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path()
1698 struct btrfs_key next_key; in merge_reloc_root() local
1737 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root()
1739 WARN_ON(memcmp(&key, &next_key, sizeof(key))); in merge_reloc_root()
1754 memset(&next_key, 0, sizeof(next_key)); in merge_reloc_root()
1792 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()
1796 &next_key, level, max_level); in merge_reloc_root()
1826 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()
1853 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()