| /Linux-v5.4/drivers/thunderbolt/ |
| D | tb_msgs.h | 173 uuid_t ep_uuid; 189 uuid_t ep_uuid; 205 uuid_t remote_uuid; 206 uuid_t local_uuid; 217 uuid_t remote_uuid; 222 uuid_t ep_uuid; 231 uuid_t ep_uuid; 239 uuid_t ep_uuid; 248 uuid_t ep_uuid; 260 uuid_t remote_uuid; [all …]
|
| 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() 511 const uuid_t *uuid; in tb_xdp_handle_request() 899 uuid_t uuid; in tb_xdomain_get_uuid() 931 xd->remote_uuid = kmemdup(&uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_get_uuid() 1220 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc() [all …]
|
| D | tb.h | 95 uuid_t *uuid; 282 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids); 283 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids); 530 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid); 659 u64 route, const uuid_t *local_uuid, 660 const uuid_t *remote_uuid);
|
| D | domain.c | 127 uuid_t *uuids; in boot_acl_show() 131 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show() 171 uuid_t *acl; in boot_acl_store() 188 acl = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_store()
|
| /Linux-v5.4/include/linux/ |
| D | uuid.h | 18 } uuid_t; typedef 21 ((uuid_t) \ 34 extern const uuid_t uuid_null; 51 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal() 53 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal() 56 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() 58 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy() 61 static inline bool uuid_is_null(const uuid_t *uuid) in uuid_is_null() 69 extern void uuid_gen(uuid_t *u); 77 int uuid_parse(const char *uuid, uuid_t *u);
|
| 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;
|
| D | cleancache.h | 31 int (*init_shared_fs)(uuid_t *uuid, size_t);
|
| D | nvme-fc.h | 182 uuid_t hostid;
|
| /Linux-v5.4/lib/ |
| D | uuid.c | 18 const uuid_t uuid_null; 58 void uuid_gen(uuid_t *bu) in uuid_gen() 119 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-v5.4/drivers/tee/optee/ |
| D | device.c | 68 static int optee_register_device(const uuid_t *device_uuid, u32 device_id) in optee_register_device() 92 const uuid_t pta_uuid = in optee_enumerate_devices() 97 const uuid_t *device_uuid = NULL; in optee_enumerate_devices() 144 num_devices = shm_size / sizeof(uuid_t); in optee_enumerate_devices()
|
| /Linux-v5.4/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 | 170 uuid_t uuid; /* 128-bit uuid for volume */ 171 uuid_t loguuid; /* 128-bit uuid for log */
|
| /Linux-v5.4/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 */ 641 uuid_t agf_uuid; /* uuid of filesystem */ 745 uuid_t agi_uuid; /* uuid of filesystem */ 796 uuid_t agfl_uuid; 891 uuid_t di_uuid; /* UUID of the filesystem */ 1189 uuid_t dd_uuid; /* location information */ 1204 uuid_t sl_uuid; [all …]
|
| D | xfs_da_format.h | 51 uuid_t uuid; /* filesystem we belong to */ 329 uuid_t uuid; /* filesystem we belong to */ 854 uuid_t rm_uuid;
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | sysinfo.h | 110 uuid_t uuid; 135 uuid_t uuid;
|
| /Linux-v5.4/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()
|
| D | xfs_mount.c | 38 static uuid_t *xfs_uuid_table; 58 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount() 103 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount() 115 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t)); in xfs_uuid_unmount()
|
| /Linux-v5.4/block/partitions/ |
| D | ldm.h | 108 uuid_t disk_id; 141 uuid_t disk_id;
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | fabrics.h | 31 uuid_t id; 159 memcmp(&opts->host->id, &ctrl->opts->host->id, sizeof(uuid_t))) in nvmf_ctlr_matches_baseopts()
|
| /Linux-v5.4/fs/afs/ |
| D | server.c | 102 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid() 167 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server() 211 const uuid_t *uuid, in afs_alloc_server() 248 struct key *key, const uuid_t *uuid) in afs_vl_lookup_addrs() 273 const uuid_t *uuid) in afs_lookup_server()
|
| D | vlclient.c | 268 const uuid_t *uuid) in afs_vl_get_addrs_u() 432 afs_extract_to_buf(call, sizeof(uuid_t) + 3 * sizeof(__be32)); in afs_deliver_yfsvl_get_endpoints() 444 bp = call->buffer + sizeof(uuid_t); in afs_deliver_yfsvl_get_endpoints() 625 const uuid_t *uuid) in afs_yfsvl_get_endpoints()
|
| D | internal.h | 473 uuid_t fs_server[AFS_NMAXNSERVERS]; 490 uuid_t uuid; /* Server ID */ 1231 extern struct afs_server *afs_find_server_by_uuid(struct afs_net *, const uuid_t *); 1232 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *); 1266 extern struct afs_addr_list *afs_vl_get_addrs_u(struct afs_vl_cursor *, const uuid_t *); 1269 extern struct afs_addr_list *afs_yfsvl_get_endpoints(struct afs_vl_cursor *, const uuid_t *);
|
| /Linux-v5.4/drivers/net/ |
| D | thunderbolt.c | 81 uuid_t uuid; 82 uuid_t initiator_uuid; 83 uuid_t target_uuid; 200 static const uuid_t tbnet_dir_uuid = 205 static const uuid_t tbnet_svc_uuid = 212 u8 sequence, const uuid_t *initiator_uuid, const uuid_t *target_uuid, in tbnet_fill_header()
|