Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 25 of 110) sorted by relevance

12345

/linux-6.15/include/linux/
H A Duuid.h21 } 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()
83 memcpy(dst, src, sizeof(uuid_t)); in import_uuid()
88 memcpy(dst, src, sizeof(uuid_t)); in export_uuid()
100 extern void uuid_gen(uuid_t *u);
[all …]
H A Dthunderbolt.h107 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) in tb_xdomain_find_by_uuid_locked()
370 const uuid_t *uuid;
H A Dvirtio_dma_buf.h26 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 Dnfslocalio.h29 uuid_t uuid;
44 void nfs_uuid_is_local(const uuid_t *, struct list_head *, spinlock_t *,
H A Darm_ffa.h138 uuid_t uuid;
146 uuid_t uuid;
249 uuid_t uuid;
286 uuid_t uuid;
/linux-6.15/drivers/thunderbolt/
H A Dtb_msgs.h185 uuid_t ep_uuid;
201 uuid_t ep_uuid;
234 uuid_t ep_uuid;
243 uuid_t ep_uuid;
251 uuid_t ep_uuid;
260 uuid_t ep_uuid;
358 uuid_t ep_uuid;
394 uuid_t ep_uuid;
403 uuid_t ep_uuid;
413 uuid_t ep_uuid;
[all …]
/linux-6.15/lib/
H A Duuid.c18 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 Dtest_uuid.c15 uuid_t be;
65 uuid_t be; in test_uuid_test()
94 uuid_t be; in test_uuid_wrong()
/linux-6.15/drivers/tee/optee/
H A Ddevice.c79 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-6.15/drivers/nvdimm/
H A Dnd.h255 static inline const uuid_t *nsl_get_uuid(struct nvdimm_drvdata *ndd, in nsl_get_uuid()
257 uuid_t *uuid) in nsl_get_uuid()
266 static inline const uuid_t *nsl_set_uuid(struct nvdimm_drvdata *ndd, in nsl_set_uuid()
268 const uuid_t *uuid) in nsl_set_uuid()
279 const uuid_t *uuid) in nsl_uuid_equal()
281 uuid_t tmp; in nsl_uuid_equal()
454 uuid_t *uuid;
469 uuid_t *uuid;
496 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf,
684 const uuid_t *nd_dev_to_uuid(struct device *dev);
H A Dlabel.c20 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;
412 uuid_t label_uuid; in nd_label_reserve_dpa()
750 static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid) in uuid_to_nvdimm_cclass()
789 uuid_t *target) in to_abstraction_uuid()
845 uuid_t uuid; in nsl_set_claim_class()
[all …]
H A Dbtt_devs.c184 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 Dnamespace_devs.c41 uuid_t *uuid1 = data, *uuid2 = NULL; in is_uuid_busy()
174 const uuid_t *nd_dev_to_uuid(struct device *dev) in nd_dev_to_uuid()
759 uuid_t *uuid = NULL; in __size_store()
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()
1036 uuid_t *uuid = NULL; in uuid_store()
1037 uuid_t **ns_uuid; in uuid_store()
1144 uuid_t *uuid = NULL; in dpa_extents_show()
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_format.h101 uuid_t sb_uuid; /* user-visible file system unique id */
199 uuid_t sb_uuid; /* user-visible file system unique id */
543 uuid_t agf_uuid; /* uuid of filesystem */
646 uuid_t agi_uuid; /* uuid of filesystem */
695 uuid_t agfl_uuid;
973 uuid_t di_uuid; /* UUID of the filesystem */
1322 uuid_t rt_uuid; /* filesystem we belong to */
1476 uuid_t dd_uuid; /* location information */
1507 uuid_t sl_uuid;
1934 uuid_t bb_uuid;
[all …]
/linux-6.15/fs/jfs/
H A Djfs_superblock.h90 uuid_t s_uuid; /* 16: 128-bit uuid for volume */
92 uuid_t s_loguuid; /* 16: 128-bit uuid for log device */
H A Djfs_logmgr.h65 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 Djfs_incore.h178 uuid_t uuid; /* 128-bit uuid for volume */
179 uuid_t loguuid; /* 128-bit uuid for log */
/linux-6.15/drivers/nvme/target/
H A Dpr.c28 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()
208 uuid_t *hostid) in nvmet_pr_registration_preempted()
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()
504 uuid_t *send_hostid, in nvmet_pr_unreg_all_others()
509 uuid_t hostid; in nvmet_pr_unreg_all_others()
862 uuid_copy((uuid_t *)&ctrl_eds->hostid, &reg->hostid); in nvmet_execute_pr_report()
[all …]
/linux-6.15/include/uapi/cxl/
H A Dfeatures.h22 static_assert(sizeof(__uapi_uuid_t) == sizeof(uuid_t));
23 #define __uapi_uuid_t uuid_t
/linux-6.15/lib/pldmfw/
H A Dpldmfw_private.h27 static const uuid_t pldm_firmware_header_id =
42 uuid_t id; /* PackageHeaderIdentifier */
/linux-6.15/block/partitions/
H A Dldm.h104 uuid_t disk_id;
137 uuid_t disk_id;
/linux-6.15/arch/s390/include/asm/
H A Dsysinfo.h140 uuid_t uuid;
165 uuid_t uuid;
/linux-6.15/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h107 uuid_t uuid;
199 uuid_t sess_uuid;
200 uuid_t paths_uuid;
/linux-6.15/fs/xfs/
H A Dxfs_pnfs.c63 if (*len < sizeof(uuid_t)) in xfs_fs_get_uuid()
66 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xfs_fs_get_uuid()
67 *len = sizeof(uuid_t); in xfs_fs_get_uuid()
/linux-6.15/drivers/cxl/core/
H A Dcore.h127 size_t cxl_get_feature(struct cxl_mailbox *cxl_mbox, const uuid_t *feat_uuid,
131 int cxl_set_feature(struct cxl_mailbox *cxl_mbox, const uuid_t *feat_uuid,

12345