| /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 | dibs.h | 53 uuid_t rgid; 97 uuid_t gid; 240 int (*query_remote_gid)(struct dibs_dev *dev, const uuid_t *rgid, 348 int (*signal_event)(struct dibs_dev *dev, const uuid_t *rgid, 406 uuid_t gid;
|
| 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 | thunderbolt.h | 115 const uuid_t *uuid; 160 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 253 uuid_t *remote_uuid; 254 const uuid_t *local_uuid; 307 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 311 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 386 const uuid_t *uuid;
|
| H A D | nfslocalio.h | 29 uuid_t uuid; 44 void nfs_uuid_is_local(const uuid_t *, struct list_head *, spinlock_t *,
|
| H A D | arm_ffa.h | 139 uuid_t uuid; 147 uuid_t uuid; 250 uuid_t uuid; 288 uuid_t uuid;
|
| /linux/drivers/thunderbolt/ |
| H A D | tb_msgs.h | 186 uuid_t ep_uuid; 202 uuid_t ep_uuid; 218 uuid_t remote_uuid; 219 uuid_t local_uuid; 230 uuid_t remote_uuid; 235 uuid_t ep_uuid; 244 uuid_t ep_uuid; 252 uuid_t ep_uuid; 261 uuid_t ep_uuid; 273 uuid_t remote_uuid; [all …]
|
| /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; 343 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, in nd_label_gen_id() 423 uuid_t label_uuid; in nd_label_reserve_dpa() 761 static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid) in uuid_to_nvdimm_cclass() 799 static const uuid_t *to_abstraction_uuid(enum nvdimm_claim_class claim_class, in to_abstraction_uuid() [all …]
|
| H A D | btt_devs.c | 177 unsigned long lbasize, uuid_t *uuid, in __nd_btt_create() 242 const uuid_t *ns_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in nd_btt_arena_is_valid() 243 uuid_t parent_uuid; in nd_btt_arena_is_valid() 319 nd_btt->uuid = kmemdup(&btt_sb->uuid, sizeof(uuid_t), GFP_KERNEL); in __nd_btt_probe()
|
| 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() 737 static bool uuid_not_set(const uuid_t *uuid, struct device *dev, in uuid_not_set() 757 uuid_t *uuid = NULL; in __size_store() 922 static uuid_t *namespace_to_uuid(struct device *dev) in namespace_to_uuid() 935 uuid_t *uuid = namespace_to_uuid(dev); in uuid_show() 954 struct device *dev, uuid_t *new_uuid, in namespace_update_uuid() 955 uuid_t **old_uuid) in namespace_update_uuid() 1004 uuid_t uuid; in namespace_update_uuid() [all …]
|
| 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/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_incore.h | 178 uuid_t uuid; /* 128-bit uuid for volume */ 179 uuid_t loguuid; /* 128-bit uuid for log */
|
| /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() 467 static void nvmet_pr_set_ctrl_to_abort(struct nvmet_req *req, uuid_t *hostid) in nvmet_pr_set_ctrl_to_abort() 483 uuid_t *send_hostid, in nvmet_pr_unreg_all_host_by_prkey() 489 uuid_t hostid; in nvmet_pr_unreg_all_host_by_prkey() 507 uuid_t *send_hostid, in nvmet_pr_unreg_all_others_by_prkey() 512 uuid_t hostid; in nvmet_pr_unreg_all_others_by_prkey() [all …]
|
| /linux/drivers/firmware/smccc/ |
| H A D | smccc.c | 70 bool arm_smccc_hypervisor_has_uuid(const uuid_t *hyp_uuid) in arm_smccc_hypervisor_has_uuid() 73 uuid_t uuid; in arm_smccc_hypervisor_has_uuid()
|
| /linux/include/uapi/cxl/ |
| H A D | features.h | 22 static_assert(sizeof(__uapi_uuid_t) == sizeof(uuid_t)); 23 #define __uapi_uuid_t uuid_t
|
| /linux/lib/pldmfw/ |
| H A D | pldmfw_private.h | 27 static const uuid_t pldm_firmware_header_id = 42 uuid_t id; /* PackageHeaderIdentifier */
|
| /linux/drivers/cxl/core/ |
| H A D | core.h | 219 cxl_feature_info(struct cxl_features_state *cxlfs, const uuid_t *uuid); 220 size_t cxl_get_feature(struct cxl_mailbox *cxl_mbox, const uuid_t *feat_uuid, 224 int cxl_set_feature(struct cxl_mailbox *cxl_mbox, const uuid_t *feat_uuid,
|
| H A D | features.c | 23 static const uuid_t cxl_exclusive_feats[] = { 34 static bool is_cxl_feature_exclusive_by_uuid(const uuid_t *uuid) in is_cxl_feature_exclusive_by_uuid() 223 size_t cxl_get_feature(struct cxl_mailbox *cxl_mbox, const uuid_t *feat_uuid, in cxl_get_feature() 280 const uuid_t *feat_uuid, u8 feat_version, in cxl_set_feature() 372 const uuid_t *uuid) in cxl_feature_info() 558 if (rpc_in->op_size < sizeof(uuid_t)) in cxlctl_validate_set_features()
|
| H A D | mbox.c | 349 const uuid_t *uuid = (uuid_t *)payload_in; in cxl_payload_from_user_allowed() 351 if (in_size < sizeof(uuid_t)) in cxl_payload_from_user_allowed() 667 static int cxl_xfer_log(struct cxl_memdev_state *mds, uuid_t *uuid, in cxl_xfer_log() 831 static const uuid_t log_uuid[] = { 861 uuid_t uuid = gsl->entry[i].uuid; in cxl_enumerate_cmds() 901 const uuid_t *uuid, union cxl_event *evt) in cxl_event_trace_record() 979 const uuid_t *uuid = &record->id; in __cxl_event_trace_record()
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-pri.h | 107 uuid_t uuid; 202 uuid_t sess_uuid; 203 uuid_t paths_uuid;
|
| /linux/include/linux/device-id/ |
| H A D | tee_client.h | 15 uuid_t uuid;
|
| /linux/drivers/virtio/ |
| H A D | virtio_dma_buf.c | 77 uuid_t *uuid) in virtio_dma_buf_get_uuid()
|
| /linux/fs/afs/ |
| H A D | server.c | 37 static struct afs_server *afs_find_server_by_uuid(struct afs_cell *cell, const uuid_t *uuid) in afs_find_server_by_uuid() 86 diff = memcmp(&(*candidate)->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server() 113 static struct afs_server *afs_alloc_server(struct afs_cell *cell, const uuid_t *uuid) in afs_alloc_server() 179 const uuid_t *uuid, u32 addr_version) in afs_lookup_server()
|
| /linux/arch/arm64/kvm/ |
| H A D | trng.c | 21 static const uuid_t arm_smc_trng_uuid __aligned(4) = UUID_INIT(
|