/kernel/linux/linux-5.10/include/linux/ |
H 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() 71 static inline void import_uuid(uuid_t *ds [all...] |
H A D | thunderbolt.h | 105 const uuid_t *uuid; 146 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 218 uuid_t *remote_uuid; 219 const uuid_t *local_uuid; 250 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 254 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 329 const uuid_t *uuid;
|
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);
|
/kernel/linux/linux-6.6/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 *ds [all...] |
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 | 108 const uuid_t *uuid; 150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid); 240 uuid_t *remote_uuid; 241 const uuid_t *local_uuid; 292 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid); 296 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 371 const uuid_t *uuid;
|
H A D | arm_ffa.h | 110 uuid_t uuid; 118 uuid_t uuid; 143 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, 153 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb_msgs.h | 180 uuid_t ep_uuid; 196 uuid_t ep_uuid; 212 uuid_t remote_uuid; 213 uuid_t local_uuid; 224 uuid_t remote_uuid; 229 uuid_t ep_uuid; 238 uuid_t ep_uuid; 246 uuid_t ep_uuid; 255 uuid_t ep_uuid; 267 uuid_t remote_uui [all...] |
H A D | xdomain.c | 44 static const uuid_t tb_xdp_uuid = 227 uuid_t *uuid) in tb_xdp_uuid_request() 254 const uuid_t *uuid) in tb_xdp_uuid_response() 285 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request() 377 u64 route, u8 sequence, const uuid_t *src_uuid, in tb_xdp_properties_response() 432 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request() 560 const uuid_t *uuid; in tb_xdp_handle_request() 951 uuid_t uuid; in tb_xdomain_get_uuid() 983 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNE in tb_xdomain_get_uuid() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb_msgs.h | 191 uuid_t ep_uuid; 207 uuid_t ep_uuid; 223 uuid_t remote_uuid; 224 uuid_t local_uuid; 235 uuid_t remote_uuid; 240 uuid_t ep_uuid; 249 uuid_t ep_uuid; 257 uuid_t ep_uuid; 266 uuid_t ep_uuid; 278 uuid_t remote_uui [all...] |
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | device.c | 72 static int optee_register_device(const uuid_t *device_uuid, u32 func) in optee_register_device() 105 const uuid_t pta_uuid = in __optee_enumerate_devices() 110 const uuid_t *device_uuid = NULL; in __optee_enumerate_devices() 157 num_devices = shm_size / sizeof(uuid_t); in __optee_enumerate_devices()
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | device.c | 72 static int optee_register_device(const uuid_t *device_uuid, u32 func) in optee_register_device() 104 const uuid_t pta_uuid = in __optee_enumerate_devices() 109 const uuid_t *device_uuid = NULL; in __optee_enumerate_devices() 155 num_devices = shm_size / sizeof(uuid_t); in __optee_enumerate_devices()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H 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() 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_uui in is_bad_pmem() [all...] |
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; 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_uui [all...] |
H A 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()
|
/kernel/linux/linux-5.10/lib/ |
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/lib/ |
H 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()
|
H 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()
|
/kernel/linux/linux-5.10/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_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 */
|
/kernel/linux/linux-6.6/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 */
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | sysinfo.h | 110 uuid_t uuid; 135 uuid_t uuid;
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | sysinfo.h | 110 uuid_t uuid; 135 uuid_t uuid;
|
/kernel/linux/linux-5.10/fs/xfs/ |
H 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()
|