/linux/include/linux/ |
H A D | uuid.h | 21 } uuid_t; typedef 31 ((uuid_t) \ 44 extern const uuid_t uuid_null; 71 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() 73 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal() 76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() 78 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy() 81 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() 83 memcpy(dst, src, sizeof(uuid_t)); in import_uuid() 86 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid() [all …]
|
H A D | thunderbolt.h | 107 const uuid_t *uuid; 149 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 239 uuid_t *remote_uuid; 240 const uuid_t *local_uuid; 291 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 295 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) 370 const uuid_t *uuid;
|
H A 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);
|
H A D | nfslocalio.h | 29 uuid_t uuid; 38 void nfs_uuid_is_local(const uuid_t *, struct list_head *,
|
H A D | arm_ffa.h | 137 uuid_t uuid; 145 uuid_t uuid; 442 int (*sync_send_receive2)(struct ffa_device *dev, const uuid_t *uuid,
|
/linux/lib/ |
H A 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()
|
H A D | test_uuid.c | 15 uuid_t be; 65 uuid_t be; in test_uuid_test() 94 uuid_t be; in test_uuid_wrong()
|
/linux/drivers/tee/optee/ |
H A D | device.c | 79 static int optee_register_device(const uuid_t *device_uuid, u32 func) in optee_register_device() 112 const uuid_t pta_uuid = in __optee_enumerate_devices() 117 const uuid_t *device_uuid = NULL; in __optee_enumerate_devices() 163 num_devices = shm_size / sizeof(uuid_t); in __optee_enumerate_devices()
|
/linux/drivers/nvdimm/ |
H A D | label.c | 20 static uuid_t nvdimm_btt_uuid; 21 static uuid_t nvdimm_btt2_uuid; 22 static uuid_t nvdimm_pfn_uuid; 23 static uuid_t nvdimm_dax_uuid; 25 static uuid_t cxl_region_uuid; 26 static uuid_t cxl_namespace_uuid; 332 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, in nd_label_gen_id() 412 uuid_t label_uuid; in nd_label_reserve_dpa() 749 static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid) in uuid_to_nvdimm_cclass() 787 static const uuid_t *to_abstraction_uuid(enum nvdimm_claim_class claim_class, in to_abstraction_uuid() [all …]
|
H A D | namespace_devs.c | 41 uuid_t *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() 77 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid) in nd_is_uuid_unique() 174 const uuid_t *nd_dev_to_uuid(struct device *dev) in nd_dev_to_uuid() 739 static bool uuid_not_set(const uuid_t *uuid, struct device *dev, in uuid_not_set() 759 uuid_t *uuid = NULL; in __size_store() 932 static uuid_t *namespace_to_uuid(struct device *dev) in namespace_to_uuid() 945 uuid_t *uuid = namespace_to_uuid(dev); in uuid_show() 964 struct device *dev, uuid_t *new_uuid, in namespace_update_uuid() 965 uuid_t **old_uuid) in namespace_update_uuid() 1014 uuid_t uuid; in namespace_update_uuid() [all …]
|
H A D | btt_devs.c | 184 unsigned long lbasize, uuid_t *uuid, in __nd_btt_create() 249 const uuid_t *ns_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in nd_btt_arena_is_valid() 250 uuid_t parent_uuid; in nd_btt_arena_is_valid() 326 nd_btt->uuid = kmemdup(&btt_sb->uuid, sizeof(uuid_t), GFP_KERNEL); in __nd_btt_probe()
|
H A D | nd-core.h | 112 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, 114 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid);
|
/linux/drivers/nvme/target/ |
H A D | pr.c | 28 nvmet_pr_find_registrant(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_find_registrant() 156 static void nvmet_pr_resv_released(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_resv_released() 179 static void nvmet_pr_send_event_to_host(struct nvmet_pr *pr, uuid_t *hostid, in nvmet_pr_send_event_to_host() 198 static void nvmet_pr_resv_preempted(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_resv_preempted() 208 uuid_t *hostid) in nvmet_pr_registration_preempted() 444 static void nvmet_pr_set_ctrl_to_abort(struct nvmet_req *req, uuid_t *hostid) in nvmet_pr_set_ctrl_to_abort() 460 uuid_t *send_hostid, in nvmet_pr_unreg_all_host_by_prkey() 466 uuid_t hostid; in nvmet_pr_unreg_all_host_by_prkey() 484 uuid_t *send_hostid, in nvmet_pr_unreg_all_others_by_prkey() 489 uuid_t hostid; in nvmet_pr_unreg_all_others_by_prkey() [all …]
|
H A D | nvmet.h | 70 uuid_t hostid; 97 uuid_t hostid; 110 uuid_t uuid; 255 uuid_t hostid; 557 uuid_t *hostid);
|
/linux/fs/jfs/ |
H A 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 */
|
H A 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 */
|
H A D | jfs_incore.h | 178 uuid_t uuid; /* 128-bit uuid for volume */ 179 uuid_t loguuid; /* 128-bit uuid for log */
|
/linux/arch/s390/include/asm/ |
H A D | sysinfo.h | 114 uuid_t uuid; 139 uuid_t uuid;
|
/linux/lib/pldmfw/ |
H A D | pldmfw_private.h | 27 static const uuid_t pldm_firmware_header_id = 42 uuid_t id; /* PackageHeaderIdentifier */
|
/linux/block/partitions/ |
H A D | ldm.h | 104 uuid_t disk_id; 137 uuid_t disk_id;
|
/linux/fs/nfs_common/ |
H A D | nfslocalio.c | 58 static nfs_uuid_t * nfs_uuid_lookup_locked(const uuid_t *uuid) in nfs_uuid_lookup_locked() 71 void nfs_uuid_is_local(const uuid_t *uuid, struct list_head *list, in nfs_uuid_is_local()
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 107 uuid_t uuid; 199 uuid_t sess_uuid; 200 uuid_t paths_uuid;
|
/linux/fs/afs/ |
H A D | server.c | 65 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid() 134 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server() 195 const uuid_t *uuid, in afs_alloc_server() 252 struct key *key, const uuid_t *uuid) in afs_vl_lookup_addrs() 277 const uuid_t *uuid, u32 addr_version) in afs_lookup_server()
|
/linux/drivers/firmware/arm_ffa/ |
H A D | common.h | 18 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid);
|
/linux/drivers/cxl/core/ |
H A D | trace.h | 193 __field_struct(uuid_t, hdr_uuid) \ 228 const uuid_t *uuid, struct cxl_event_generic *gen_rec), 239 memcpy(&__entry->hdr_uuid, uuid, sizeof(uuid_t)); 335 __field_struct(uuid_t, region_uuid) 445 __field_struct(uuid_t, region_uuid)
|