Searched refs:dst_key (Results 1 – 3 of 3) sorted by relevance
558 union xfs_btree_key *dst_key,
1371 union xfs_btree_key *dst_key, in xfs_btree_copy_keys() argument1376 memcpy(dst_key, src_key, numkeys * cur->bc_ops->key_len); in xfs_btree_copy_keys()1417 char *dst_key; in xfs_btree_shift_keys() local1422 dst_key = (char *)key + (dir * cur->bc_ops->key_len); in xfs_btree_shift_keys()1423 memmove(dst_key, key, numkeys * cur->bc_ops->key_len); in xfs_btree_shift_keys()
2057 struct btrfs_key dst_key; in qgroup_trace_extent_swap() local2081 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap()2086 &dst_key, dst_path->slots[cur_level]); in qgroup_trace_extent_swap()2091 if (btrfs_comp_cpu_keys(&dst_key, &src_key)) { in qgroup_trace_extent_swap()