/linux/include/linux/ |
A 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() 73 memcpy(dst, src, sizeof(uuid_t)); in import_uuid() 78 memcpy(dst, src, sizeof(uuid_t)); in export_uuid() 90 extern void uuid_gen(uuid_t *u); [all …]
|
A D | thunderbolt.h | 108 const uuid_t *uuid; 150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 225 uuid_t *remote_uuid; 226 const uuid_t *local_uuid; 275 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 279 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 354 const uuid_t *uuid;
|
A D | arm_ffa.h | 18 uuid_t uuid; 25 uuid_t uuid; 45 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id); 55 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id) in ffa_device_register()
|
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);
|
A D | nd.h | 91 uuid_t *uuid; 108 uuid_t *uuid;
|
/linux/drivers/thunderbolt/ |
A D | tb_msgs.h | 181 uuid_t ep_uuid; 197 uuid_t ep_uuid; 230 uuid_t ep_uuid; 239 uuid_t ep_uuid; 247 uuid_t ep_uuid; 256 uuid_t ep_uuid; 354 uuid_t ep_uuid; 390 uuid_t ep_uuid; 399 uuid_t ep_uuid; 409 uuid_t ep_uuid; [all …]
|
A D | xdomain.c | 54 static const uuid_t tb_xdp_uuid = 242 uuid_t *uuid) in tb_xdp_uuid_request() 269 const uuid_t *uuid) in tb_xdp_uuid_response() 300 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request() 446 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request() 586 const uuid_t *uuid; in tb_xdp_handle_request() 1012 uuid_t uuid; in tb_xdomain_get_uuid() 1374 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() 1375 const uuid_t *remote_uuid) in tb_xdomain_alloc() 1406 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), in tb_xdomain_alloc() [all …]
|
/linux/drivers/tee/optee/ |
A 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()
|
/linux/lib/ |
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()
|
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/nvdimm/ |
A 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() 465 uuid_t *uuid; 480 uuid_t *uuid; 508 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf, 691 const uuid_t *nd_dev_to_uuid(struct device *dev);
|
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; 414 uuid_t label_uuid; in nd_label_reserve_dpa() 753 static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid) in uuid_to_nvdimm_cclass() 792 uuid_t *target) in to_abstraction_uuid() 848 uuid_t uuid; in nsl_set_claim_class() [all …]
|
A D | namespace_devs.c | 54 uuid_t *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() 959 uuid_t *uuid = NULL; in __size_store() 1052 uuid_t **uuid = NULL; in size_store() 1184 uuid_t **old_uuid) in namespace_update_uuid() 1234 uuid_t uuid; in namespace_update_uuid() 1256 uuid_t *uuid = NULL; in uuid_store() 1257 uuid_t **ns_uuid; in uuid_store() 1383 uuid_t *uuid = NULL; in dpa_extents_show() 1958 uuid_t uuid; in create_namespace_pmem() 1990 uuid_t uuid; in create_namespace_pmem() [all …]
|
A D | btt_devs.c | 183 unsigned long lbasize, uuid_t *uuid, in __nd_btt_create() 247 const uuid_t *ns_uuid = nd_dev_to_uuid(&nd_btt->ndns->dev); in nd_btt_arena_is_valid() 248 uuid_t parent_uuid; in nd_btt_arena_is_valid() 324 nd_btt->uuid = kmemdup(&btt_sb->uuid, sizeof(uuid_t), GFP_KERNEL); in __nd_btt_probe()
|
/linux/fs/xfs/libxfs/ |
A 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 */ 503 uuid_t agf_uuid; /* uuid of filesystem */ 606 uuid_t agi_uuid; /* uuid of filesystem */ 655 uuid_t agfl_uuid; 825 uuid_t di_uuid; /* UUID of the filesystem */ 1227 uuid_t dd_uuid; /* location information */ 1258 uuid_t sl_uuid; 1668 uuid_t bb_uuid; [all …]
|
/linux/fs/jfs/ |
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 */
|
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 */
|
/linux/fs/cifs/ |
A D | dfs_cache.h | 46 void dfs_cache_put_refsrv_sessions(const uuid_t *mount_id); 47 void dfs_cache_add_refsrv_session(const uuid_t *mount_id, struct cifs_ses *ses);
|
/linux/arch/s390/include/asm/ |
A D | sysinfo.h | 110 uuid_t uuid; 135 uuid_t uuid;
|
/linux/drivers/nvme/host/ |
A D | fabrics.h | 40 uuid_t id; 176 memcmp(&opts->host->id, &ctrl->opts->host->id, sizeof(uuid_t))) in nvmf_ctlr_matches_baseopts()
|
/linux/lib/pldmfw/ |
A D | pldmfw_private.h | 27 static const uuid_t pldm_firmware_header_id = 42 uuid_t id; /* PackageHeaderIdentifier */
|
/linux/fs/xfs/ |
A 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/block/partitions/ |
A D | ldm.h | 105 uuid_t disk_id; 138 uuid_t disk_id;
|
/linux/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-pri.h | 108 uuid_t uuid; 200 uuid_t sess_uuid; 201 uuid_t paths_uuid;
|
/linux/fs/afs/ |
A 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() 259 struct key *key, const uuid_t *uuid) in afs_vl_lookup_addrs() 284 const uuid_t *uuid, u32 addr_version) in afs_lookup_server()
|