/kernel/linux/linux-5.10/include/linux/ |
D | uuid.h | 18 } uuid_t; typedef 21 ((uuid_t) \ 34 extern const uuid_t uuid_null; 61 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() 63 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal() 66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() 68 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy() 71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() 73 memcpy(dst, src, sizeof(uuid_t)); in import_uuid() 76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid() [all …]
|
D | thunderbolt.h | 105 const uuid_t *uuid; 146 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 218 uuid_t *remote_uuid; 219 const uuid_t *local_uuid; 250 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 254 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 329 const uuid_t *uuid;
|
D | virtio_dma_buf.h | 26 int (*get_uuid)(struct dma_buf *dma_buf, uuid_t *uuid); 35 int virtio_dma_buf_get_uuid(struct dma_buf *dma_buf, uuid_t *uuid);
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | tb_msgs.h | 180 uuid_t ep_uuid; 196 uuid_t ep_uuid; 212 uuid_t remote_uuid; 213 uuid_t local_uuid; 224 uuid_t remote_uuid; 229 uuid_t ep_uuid; 238 uuid_t ep_uuid; 246 uuid_t ep_uuid; 255 uuid_t ep_uuid; 267 uuid_t remote_uuid; [all …]
|
D | xdomain.c | 44 static const uuid_t tb_xdp_uuid = 227 uuid_t *uuid) in tb_xdp_uuid_request() 254 const uuid_t *uuid) in tb_xdp_uuid_response() 285 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request() 377 u64 route, u8 sequence, const uuid_t *src_uuid, in tb_xdp_properties_response() 432 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request() 560 const uuid_t *uuid; in tb_xdp_handle_request() 951 uuid_t uuid; in tb_xdomain_get_uuid() 983 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid() 1272 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() [all …]
|
D | tb.h | 150 uuid_t *uuid; 387 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 388 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids); 663 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid); 938 u64 route, const uuid_t *local_uuid, 939 const uuid_t *remote_uuid);
|
D | domain.c | 127 uuid_t *uuids; in boot_acl_show() 131 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 171 uuid_t *acl; in boot_acl_store() 188 acl = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_store()
|
/kernel/linux/linux-5.10/lib/ |
D | uuid.c | 18 const uuid_t uuid_null; 68 void uuid_gen(uuid_t *bu) in uuid_gen() 129 int uuid_parse(const char *uuid, uuid_t *u) in uuid_parse()
|
D | test_uuid.c | 15 uuid_t be; 65 uuid_t be; in test_uuid_test() 94 uuid_t be; in test_uuid_wrong()
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
D | device.c | 63 static int optee_register_device(const uuid_t *device_uuid) in optee_register_device() 91 const uuid_t pta_uuid = in __optee_enumerate_devices() 96 const uuid_t *device_uuid = NULL; in __optee_enumerate_devices() 143 num_devices = shm_size / sizeof(uuid_t); in __optee_enumerate_devices()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_superblock.h | 90 uuid_t s_uuid; /* 16: 128-bit uuid for volume */ 92 uuid_t s_loguuid; /* 16: 128-bit uuid for log device */
|
D | jfs_logmgr.h | 65 uuid_t uuid; /* 16: 128-bit journal uuid */ 68 uuid_t uuid; 400 uuid_t uuid; /* 16: 128-bit uuid of log device */
|
D | jfs_incore.h | 170 uuid_t uuid; /* 128-bit uuid for volume */ 171 uuid_t loguuid; /* 128-bit uuid for log */
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | sysinfo.h | 110 uuid_t uuid; 135 uuid_t uuid;
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_format.h | 102 uuid_t sb_uuid; /* user-visible file system unique id */ 176 uuid_t sb_meta_uuid; /* metadata file system unique id */ 193 uuid_t sb_uuid; /* user-visible file system unique id */ 263 uuid_t sb_meta_uuid; /* metadata file system unique id */ 678 uuid_t agf_uuid; /* uuid of filesystem */ 781 uuid_t agi_uuid; /* uuid of filesystem */ 830 uuid_t agfl_uuid; 1001 uuid_t di_uuid; /* UUID of the filesystem */ 1403 uuid_t dd_uuid; /* location information */ 1434 uuid_t sl_uuid; [all …]
|
D | xfs_da_format.h | 51 uuid_t uuid; /* filesystem we belong to */ 316 uuid_t uuid; /* filesystem we belong to */ 783 uuid_t rm_uuid;
|
/kernel/linux/linux-5.10/lib/pldmfw/ |
D | pldmfw_private.h | 27 static const uuid_t pldm_firmware_header_id = 42 uuid_t id; /* PackageHeaderIdentifier */
|
/kernel/linux/linux-5.10/block/partitions/ |
D | ldm.h | 105 uuid_t disk_id; 138 uuid_t disk_id;
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | fabrics.h | 31 uuid_t id; 159 memcmp(&opts->host->id, &ctrl->opts->host->id, sizeof(uuid_t))) in nvmf_ctlr_matches_baseopts()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_pnfs.c | 64 if (*len < sizeof(uuid_t)) in xfs_fs_get_uuid() 67 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xfs_fs_get_uuid() 68 *len = sizeof(uuid_t); in xfs_fs_get_uuid()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-pri.h | 104 uuid_t uuid; 192 uuid_t sess_uuid; 193 uuid_t paths_uuid;
|
/kernel/linux/linux-5.10/fs/afs/ |
D | server.c | 89 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid() 157 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server() 219 const uuid_t *uuid, in afs_alloc_server() 258 struct key *key, const uuid_t *uuid) in afs_vl_lookup_addrs() 283 const uuid_t *uuid, u32 addr_version) in afs_lookup_server()
|
D | vlclient.c | 269 const uuid_t *uuid) in afs_vl_get_addrs_u() 433 afs_extract_to_buf(call, sizeof(uuid_t) + 3 * sizeof(__be32)); in afs_deliver_yfsvl_get_endpoints() 445 bp = call->buffer + sizeof(uuid_t); in afs_deliver_yfsvl_get_endpoints() 620 const uuid_t *uuid) in afs_yfsvl_get_endpoints()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
D | virtio_dma_buf.c | 75 uuid_t *uuid) in virtio_dma_buf_get_uuid()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | thunderbolt.c | 81 uuid_t uuid; 82 uuid_t initiator_uuid; 83 uuid_t target_uuid; 200 static const uuid_t tbnet_dir_uuid = 205 static const uuid_t tbnet_svc_uuid = 212 u8 sequence, const uuid_t *initiator_uuid, const uuid_t *target_uuid, in tbnet_fill_header()
|