Home
last modified time | relevance | path

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

12

/linux-4.19.296/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-4.19.296/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.h91 uuid_t *uuid;
227 int (*get_boot_acl)(struct tb *tb, uuid_t *uuids, size_t nuuids);
228 int (*set_boot_acl)(struct tb *tb, const uuid_t *uuids, size_t nuuids);
402 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid);
472 u64 route, const uuid_t *local_uuid,
473 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()
1108 u64 route, const uuid_t *local_uuid, in tb_xdomain_alloc()
1109 const uuid_t *remote_uuid) in tb_xdomain_alloc()
1125 xd->local_uuid = kmemdup(local_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1129 xd->remote_uuid = kmemdup(remote_uuid, sizeof(uuid_t), GFP_KERNEL); in tb_xdomain_alloc()
1280 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()
542 const uuid_t *local_uuid, const uuid_t *remote_uuid, in add_xdomain()
1315 static int icm_ar_get_boot_acl(struct tb *tb, uuid_t *uuids, size_t nuuids) in icm_ar_get_boot_acl()
1352 static int icm_ar_set_boot_acl(struct tb *tb, const uuid_t *uuids, in icm_ar_set_boot_acl()
Dswitch.c33 uuid_t uuid;
1613 const uuid_t *uuid;
1676 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_switch_find_by_uuid()
Dproperty.c241 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir()
/linux-4.19.296/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-4.19.296/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-4.19.296/block/partitions/
Dldm.h122 uuid_t disk_id;
155 uuid_t disk_id;
/linux-4.19.296/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-4.19.296/fs/afs/
Dserver.c99 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid()
164 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t)); in afs_install_server()
208 const uuid_t *uuid, in afs_alloc_server()
242 struct key *key, const uuid_t *uuid) in afs_vl_lookup_addrs()
285 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.c274 const uuid_t *uuid) in afs_vl_get_addrs_u()
443 sizeof(uuid_t) + in afs_deliver_yfsvl_get_endpoints()
449 bp = call->buffer + sizeof(uuid_t); in afs_deliver_yfsvl_get_endpoints()
626 const uuid_t *uuid) in afs_yfsvl_get_endpoints()
/linux-4.19.296/include/trace/events/
Dafs.h600 TP_PROTO(struct afs_call *call, const uuid_t *uuid),
607 __field_struct(uuid_t, uuid )
/linux-4.19.296/drivers/xen/
Dtmem.c236 static int tmem_cleancache_init_shared_fs(uuid_t *uuid, size_t pagesize) in tmem_cleancache_init_shared_fs()
/linux-4.19.296/fs/overlayfs/
Doverlayfs.h87 uuid_t uuid; /* uuid of filesystem */

12