/linux-6.12.1/include/linux/ |
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 …]
|
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) in tb_xdomain_find_by_uuid_locked() 370 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);
|
D | nfslocalio.h | 29 uuid_t uuid; 38 void nfs_uuid_is_local(const uuid_t *, struct list_head *,
|
D | arm_ffa.h | 137 uuid_t uuid; 145 uuid_t uuid; 170 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, 180 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register() 439 int (*sync_send_receive2)(struct ffa_device *dev, const uuid_t *uuid,
|
/linux-6.12.1/drivers/thunderbolt/ |
D | tb_msgs.h | 185 uuid_t ep_uuid; 201 uuid_t ep_uuid; 217 uuid_t remote_uuid; 218 uuid_t local_uuid; 229 uuid_t remote_uuid; 234 uuid_t ep_uuid; 243 uuid_t ep_uuid; 251 uuid_t ep_uuid; 260 uuid_t ep_uuid; 272 uuid_t remote_uuid; [all …]
|
D | xdomain.c | 80 static const uuid_t tb_xdp_uuid = 264 uuid_t *uuid, u64 *remote_route) in tb_xdp_uuid_request() 293 const uuid_t *uuid) in tb_xdp_uuid_response() 324 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request() 469 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request() 735 const uuid_t *uuid; in tb_xdp_handle_request() 1198 uuid_t uuid; in tb_xdomain_get_uuid() 1240 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid() 1960 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() 1961 const uuid_t *remote_uuid) in tb_xdomain_alloc() [all …]
|
/linux-6.12.1/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()
|
/linux-6.12.1/drivers/nvdimm/ |
D | nd.h | 255 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, 677 const uuid_t *nd_dev_to_uuid(struct device *dev);
|
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 …]
|
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()
|
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 …]
|
/linux-6.12.1/drivers/tee/optee/ |
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-6.12.1/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 | 178 uuid_t uuid; /* 128-bit uuid for volume */ 179 uuid_t loguuid; /* 128-bit uuid for log */
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_format.h | 101 uuid_t sb_uuid; /* user-visible file system unique id */ 175 uuid_t sb_meta_uuid; /* metadata file system unique id */ 190 uuid_t sb_uuid; /* user-visible file system unique id */ 260 uuid_t sb_meta_uuid; /* metadata file system unique id */ 514 uuid_t agf_uuid; /* uuid of filesystem */ 617 uuid_t agi_uuid; /* uuid of filesystem */ 666 uuid_t agfl_uuid; 877 uuid_t di_uuid; /* UUID of the filesystem */ 1315 uuid_t dd_uuid; /* location information */ 1346 uuid_t sl_uuid; [all …]
|
/linux-6.12.1/arch/s390/include/asm/ |
D | sysinfo.h | 114 uuid_t uuid; 139 uuid_t uuid;
|
/linux-6.12.1/lib/pldmfw/ |
D | pldmfw_private.h | 27 static const uuid_t pldm_firmware_header_id = 42 uuid_t id; /* PackageHeaderIdentifier */
|
/linux-6.12.1/block/partitions/ |
D | ldm.h | 104 uuid_t disk_id; 137 uuid_t disk_id;
|
/linux-6.12.1/fs/nfs_common/ |
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-6.12.1/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()
|
/linux-6.12.1/drivers/infiniband/ulp/rtrs/ |
D | rtrs-pri.h | 107 uuid_t uuid; 199 uuid_t sess_uuid; 200 uuid_t paths_uuid;
|
/linux-6.12.1/fs/afs/ |
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()
|