dst_key          1823 fs/btrfs/qgroup.c 		struct btrfs_key dst_key;
dst_key          1859 fs/btrfs/qgroup.c 					&dst_key, dst_path->slots[cur_level]);
dst_key          1864 fs/btrfs/qgroup.c 					&dst_key, dst_path->slots[cur_level]);
dst_key          1869 fs/btrfs/qgroup.c 		if (btrfs_comp_cpu_keys(&dst_key, &src_key)) {
dst_key          1344 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_key	*dst_key,
dst_key          1349 fs/xfs/libxfs/xfs_btree.c 	memcpy(dst_key, src_key, numkeys * cur->bc_ops->key_len);
dst_key          1390 fs/xfs/libxfs/xfs_btree.c 	char			*dst_key;
dst_key          1395 fs/xfs/libxfs/xfs_btree.c 	dst_key = (char *)key + (dir * cur->bc_ops->key_len);
dst_key          1396 fs/xfs/libxfs/xfs_btree.c 	memmove(dst_key, key, numkeys * cur->bc_ops->key_len);