Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Drandom.c661 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local
681 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed)); in extract_entropy()
682 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy()
685 memzero_explicit(next_key, sizeof(next_key)); in extract_entropy()
/linux-4.19.296/fs/btrfs/
Dtree-checker.c983 struct btrfs_key key, next_key; in btrfs_check_node() local
1007 btrfs_node_key_to_cpu(node, &next_key, slot + 1); in btrfs_check_node()
1023 if (btrfs_comp_cpu_keys(&key, &next_key) >= 0) { in btrfs_check_node()
1027 next_key.objectid, next_key.type, in btrfs_check_node()
1028 next_key.offset); in btrfs_check_node()
Dreada.c136 struct btrfs_key next_key; in __readahead_hook() local
140 btrfs_node_key_to_cpu(eb, &next_key, i + 1); in __readahead_hook()
142 next_key = re->top; in __readahead_hook()
166 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()
167 reada_add_block(rc, bytenr, &next_key, n_gen); in __readahead_hook()
Drelocation.c1740 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()
[all …]
Dtree-log.c5055 goto next_key; in btrfs_log_inode()
5077 goto next_key; in btrfs_log_inode()
5134 next_key: in btrfs_log_inode()
/linux-4.19.296/include/linux/
Dbpf.h35 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);
95 void *key, void *next_key);
680 void *key, void *next_key);
/linux-4.19.296/include/uapi/linux/
Dbpf.h326 __aligned_u64 next_key; member