/Linux-v6.1/include/linux/ |
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() 71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() 73 memcpy(dst, src, sizeof(uuid_t)); in import_uuid() 76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid() [all …]
|
D | thunderbolt.h | 108 const uuid_t *uuid; 150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 226 uuid_t *remote_uuid; 227 const uuid_t *local_uuid; 278 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 282 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 357 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 | arm_ffa.h | 18 uuid_t uuid; 26 uuid_t uuid; 51 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, 61 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register()
|
/Linux-v6.1/drivers/thunderbolt/ |
D | tb_msgs.h | 181 uuid_t ep_uuid; 197 uuid_t ep_uuid; 213 uuid_t remote_uuid; 214 uuid_t local_uuid; 225 uuid_t remote_uuid; 230 uuid_t ep_uuid; 239 uuid_t ep_uuid; 247 uuid_t ep_uuid; 256 uuid_t ep_uuid; 268 uuid_t remote_uuid; [all …]
|
/Linux-v6.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-v6.1/drivers/tee/optee/ |
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() 142 num_devices = shm_size / sizeof(uuid_t); in __optee_enumerate_devices()
|
/Linux-v6.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; 497 int nd_uuid_store(struct device *dev, uuid_t **uuid_out, const char *buf, 678 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 | 40 uuid_t *uuid1 = data, *uuid2 = NULL; in is_uuid_busy() 74 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid) in nd_is_uuid_unique() 171 const uuid_t *nd_dev_to_uuid(struct device *dev) in nd_dev_to_uuid() 732 static bool uuid_not_set(const uuid_t *uuid, struct device *dev, in uuid_not_set() 752 uuid_t *uuid = NULL; in __size_store() 925 static uuid_t *namespace_to_uuid(struct device *dev) in namespace_to_uuid() 938 uuid_t *uuid = namespace_to_uuid(dev); in uuid_show() 955 struct device *dev, uuid_t *new_uuid, in namespace_update_uuid() 956 uuid_t **old_uuid) in namespace_update_uuid() 1005 uuid_t uuid; in namespace_update_uuid() [all …]
|
D | nd-core.h | 111 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, 113 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid);
|
/Linux-v6.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-v6.1/fs/xfs/libxfs/ |
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 */ 263 uuid_t sb_meta_uuid; /* metadata file system unique id */ 512 uuid_t agf_uuid; /* uuid of filesystem */ 615 uuid_t agi_uuid; /* uuid of filesystem */ 664 uuid_t agfl_uuid; 859 uuid_t di_uuid; /* UUID of the filesystem */ 1316 uuid_t dd_uuid; /* location information */ 1347 uuid_t sl_uuid; [all …]
|
D | xfs_da_format.h | 51 uuid_t uuid; /* filesystem we belong to */ 317 uuid_t uuid; /* filesystem we belong to */ 784 uuid_t rm_uuid;
|
/Linux-v6.1/fs/cifs/ |
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-v6.1/arch/s390/include/asm/ |
D | sysinfo.h | 110 uuid_t uuid; 135 uuid_t uuid;
|
/Linux-v6.1/lib/pldmfw/ |
D | pldmfw_private.h | 27 static const uuid_t pldm_firmware_header_id = 42 uuid_t id; /* PackageHeaderIdentifier */
|
/Linux-v6.1/block/partitions/ |
D | ldm.h | 104 uuid_t disk_id; 137 uuid_t disk_id;
|
/Linux-v6.1/drivers/nvme/host/ |
D | fabrics.h | 40 uuid_t id; 184 memcmp(&opts->host->id, &ctrl->opts->host->id, sizeof(uuid_t))) in nvmf_ctlr_matches_baseopts()
|
/Linux-v6.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-v6.1/drivers/infiniband/ulp/rtrs/ |
D | rtrs-pri.h | 108 uuid_t uuid; 200 uuid_t sess_uuid; 201 uuid_t paths_uuid;
|