Searched refs:dst_key (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 1773 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1841 dst_key = keys; in __htab_map_lookup_and_delete_batch() 1894 memcpy(dst_key, l->key, key_size); in __htab_map_lookup_and_delete_batch() 1947 dst_key += key_size; in __htab_map_lookup_and_delete_batch()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 664 union xfs_btree_key *dst_key,
|
| /linux/fs/btrfs/ |
| H A D | qgroup.c | 2361 struct btrfs_key dst_key; in qgroup_trace_extent_swap() local 2383 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap() 2388 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap() 2393 if (btrfs_comp_cpu_keys(&dst_key, &src_key)) in qgroup_trace_extent_swap()
|