Searched refs:dst_key (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | hashtab.c | 1378 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1443 dst_key = keys; in __htab_map_lookup_and_delete_batch() 1490 memcpy(dst_key, l->key, key_size); in __htab_map_lookup_and_delete_batch() 1526 dst_key += key_size; in __htab_map_lookup_and_delete_batch()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 546 union xfs_btree_key *dst_key, union xfs_btree_key *src_key,
|
H A D | xfs_btree.c | 1296 union xfs_btree_key *dst_key, in xfs_btree_copy_keys() 1301 memcpy(dst_key, src_key, numkeys * cur->bc_ops->key_len); in xfs_btree_copy_keys() 1342 char *dst_key; in xfs_btree_shift_keys() local 1347 dst_key = (char *)key + (dir * cur->bc_ops->key_len); in xfs_btree_shift_keys() 1348 memmove(dst_key, key, numkeys * cur->bc_ops->key_len); in xfs_btree_shift_keys() 1294 xfs_btree_copy_keys( struct xfs_btree_cur *cur, union xfs_btree_key *dst_key, union xfs_btree_key *src_key, int numkeys) xfs_btree_copy_keys() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 712 union xfs_btree_key *dst_key,
|
H A D | xfs_btree.c | 1368 union xfs_btree_key *dst_key, in xfs_btree_copy_keys() 1373 memcpy(dst_key, src_key, numkeys * cur->bc_ops->key_len); in xfs_btree_copy_keys() 1414 char *dst_key; in xfs_btree_shift_keys() local 1419 dst_key = (char *)key + (dir * cur->bc_ops->key_len); in xfs_btree_shift_keys() 1420 memmove(dst_key, key, numkeys * cur->bc_ops->key_len); in xfs_btree_shift_keys() 1366 xfs_btree_copy_keys( struct xfs_btree_cur *cur, union xfs_btree_key *dst_key, const union xfs_btree_key *src_key, int numkeys) xfs_btree_copy_keys() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 1687 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1752 dst_key = keys; in __htab_map_lookup_and_delete_batch() 1805 memcpy(dst_key, l->key, key_size); in __htab_map_lookup_and_delete_batch() 1850 dst_key += key_size; in __htab_map_lookup_and_delete_batch()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.c | 2035 struct btrfs_key dst_key; in qgroup_trace_extent_swap() local 2071 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap() 2076 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap() 2081 if (btrfs_comp_cpu_keys(&dst_key, &src_key)) { in qgroup_trace_extent_swap()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.c | 2111 struct btrfs_key dst_key; in qgroup_trace_extent_swap() local 2135 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap() 2140 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap() 2145 if (btrfs_comp_cpu_keys(&dst_key, &src_key)) { in qgroup_trace_extent_swap()
|
Completed in 30 milliseconds