Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/drivers/thunderbolt/
Dtb_msgs.h175 uuid_t ep_uuid;
191 uuid_t ep_uuid;
207 uuid_t remote_uuid;
208 uuid_t local_uuid;
219 uuid_t remote_uuid;
224 uuid_t ep_uuid;
233 uuid_t ep_uuid;
241 uuid_t ep_uuid;
250 uuid_t ep_uuid;
262 uuid_t remote_uuid;
[all …]
Dtb.h92 uuid_t *uuid;
228 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids);
229 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
404 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid);
474 u64 route, const uuid_t *local_uuid,
475 const uuid_t *remote_uuid);
Dxdomain.c46 static const uuid_t tb_xdp_uuid =
243 const uuid_t *src_uuid, const uuid_t *dst_uuid, int retry, in tb_xdp_properties_request()
335 u64 route, u8 sequence, const uuid_t *src_uuid, in tb_xdp_properties_response()
390 int retry, const uuid_t *uuid) in tb_xdp_properties_changed_request()
469 const uuid_t *uuid; in tb_xdp_handle_request()
1101 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1102 const uuid_t *remote_uuid) in tb_xdomain_alloc()
1118 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1122 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1273 const uuid_t *uuid;
[all …]
Ddomain.c128 uuid_t *uuids; in boot_acl_show()
132 uuids = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_show()
172 uuid_t *acl; in boot_acl_store()
189 acl = kcalloc(tb->nboot_acl, sizeof(uuid_t), GFP_KERNEL); in boot_acl_store()
Dicm.c464 const uuid_t *uuid, const u8 *ep_name, in add_switch()
537 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain()
1306 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl()
1343 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl()
/Linux-v4.19/include/linux/
Duuid.h26 } uuid_t; typedef
29 ((uuid_t) \
42 extern const uuid_t uuid_null;
59 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal()
61 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal()
64 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
66 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy()
69 static inline bool uuid_is_null(const uuid_t *uuid) in uuid_is_null()
77 extern void uuid_gen(uuid_t *u);
85 int uuid_parse(const char *uuid, uuid_t *u);
Dthunderbolt.h108 const uuid_t *uuid;
149 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
216 uuid_t *remote_uuid;
217 const uuid_t *local_uuid;
245 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
249 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked()
324 const uuid_t *uuid;
Dcleancache.h31 int (*init_shared_fs)(uuid_t *uuid, size_t);
Dnvme-fc.h194 uuid_t hostid;
/Linux-v4.19/lib/
Duuid.c26 const uuid_t uuid_null;
66 void uuid_gen(uuid_t *bu) in uuid_gen()
127 int uuid_parse(const char *uuid, uuid_t *u) in uuid_parse()
Dtest_uuid.c15 uuid_t be;
65 uuid_t be; in test_uuid_test()
94 uuid_t be; in test_uuid_wrong()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_format.h102 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 */
645 uuid_t agf_uuid; /* uuid of filesystem */
749 uuid_t agi_uuid; /* uuid of filesystem */
800 uuid_t agfl_uuid;
895 uuid_t di_uuid; /* UUID of the filesystem */
1181 uuid_t dd_uuid; /* location information */
1196 uuid_t sl_uuid;
[all …]
Dxfs_da_format.h51 uuid_t uuid; /* filesystem we belong to */
329 uuid_t uuid; /* filesystem we belong to */
854 uuid_t rm_uuid;
Dxfs_log_format.h175 uuid_t h_fs_uuid; /* uuid of FS : 16 */
422 uuid_t di_uuid; /* UUID of the filesystem */
/Linux-v4.19/arch/s390/include/asm/
Dsysinfo.h110 uuid_t uuid;
135 uuid_t uuid;
/Linux-v4.19/drivers/nvme/host/
Dfabrics.h39 uuid_t id;
149 memcmp(&opts->host->id, &ctrl->opts->host->id, sizeof(uuid_t))) in nvmf_ctlr_matches_baseopts()
/Linux-v4.19/fs/xfs/
Dxfs_pnfs.c71 if (*len < sizeof(uuid_t)) in xfs_fs_get_uuid()
74 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xfs_fs_get_uuid()
75 *len = sizeof(uuid_t); in xfs_fs_get_uuid()
Dxfs_mount.c41 static uuid_t *xfs_uuid_table;
61 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount()
106 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount()
118 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t)); in xfs_uuid_unmount()
/Linux-v4.19/block/partitions/
Dldm.h122 uuid_t disk_id;
155 uuid_t disk_id;
/Linux-v4.19/fs/afs/
Dserver.c104 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid()
169 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server()
213 const uuid_t *uuid, in afs_alloc_server()
247 struct key *key, const uuid_t *uuid) in afs_vl_lookup_addrs()
290 const uuid_t *uuid) in afs_lookup_server()
Dinternal.h365 uuid_t fs_server[AFS_NMAXNSERVERS];
382 uuid_t uuid; /* Server ID */
1007 extern struct afs_server *afs_find_server_by_uuid(struct afs_net *, const uuid_t *);
1008 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *);
1044 struct key *, const uuid_t *);
1047 struct key *, const uuid_t *);
Dvlclient.c273 const uuid_t *uuid) in afs_vl_get_addrs_u()
442 sizeof(uuid_t) + in afs_deliver_yfsvl_get_endpoints()
448 bp = call->buffer + sizeof(uuid_t); in afs_deliver_yfsvl_get_endpoints()
625 const uuid_t *uuid) in afs_yfsvl_get_endpoints()
/Linux-v4.19/drivers/net/
Dthunderbolt.c84 uuid_t uuid;
85 uuid_t initiator_uuid;
86 uuid_t target_uuid;
203 static const uuid_t tbnet_dir_uuid =
208 static const uuid_t tbnet_svc_uuid =
215 u8 sequence, const uuid_t *initiator_uuid, const uuid_t *target_uuid, in tbnet_fill_header()
/Linux-v4.19/drivers/nvme/target/
Dnvmet.h66 uuid_t uuid;
162 uuid_t hostid;
/Linux-v4.19/include/trace/events/
Dafs.h600 TP_PROTO(struct afs_call *call, const uuid_t *uuid),
607 __field_struct(uuid_t, uuid )

12