Home
last modified time | relevance | path

Searched refs:next_key (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dreada.c169 struct btrfs_key next_key; in __readahead_hook() local
173 btrfs_node_key_to_cpu(eb, &next_key, i + 1); in __readahead_hook()
175 next_key = re->top; in __readahead_hook()
199 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()
200 reada_add_block(rc, bytenr, &next_key, in __readahead_hook()
Drelocation.c1673 struct btrfs_path *path, struct btrfs_key *next_key, argument
1714 if (next_key) {
1715 next_key->objectid = (u64)-1;
1716 next_key->type = (u8)-1;
1717 next_key->offset = (u64)-1;
1729 if (next_key && slot + 1 < btrfs_header_nritems(parent))
1730 btrfs_node_key_to_cpu(parent, next_key, slot + 1);
2021 struct btrfs_key next_key; local
2061 btrfs_node_key_to_cpu(path->nodes[level], &next_key,
2063 WARN_ON(memcmp(&key, &next_key, sizeof(key)));
[all …]