Lines Matching refs:next_key
1094 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() argument
1140 if (next_key) { in replace_path()
1141 next_key->objectid = (u64)-1; in replace_path()
1142 next_key->type = (u8)-1; in replace_path()
1143 next_key->offset = (u64)-1; in replace_path()
1157 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path()
1158 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path()
1595 struct btrfs_key next_key; in merge_reloc_root() local
1634 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root()
1636 WARN_ON(memcmp(&key, &next_key, sizeof(key))); in merge_reloc_root()
1651 memset(&next_key, 0, sizeof(next_key)); in merge_reloc_root()
1689 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()
1693 &next_key, level, max_level); in merge_reloc_root()
1723 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()
1750 invalidate_extent_cache(root, &key, &next_key); in merge_reloc_root()