Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/thunderbolt/
Dtb_msgs.h173 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 …]
Dxdomain.c44 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 …]
Dtb.h95 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);
Ddomain.c127 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/
Duuid.h18 } 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);
Dthunderbolt.h105 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;
Dcleancache.h31 int (*init_shared_fs)(uuid_t *uuid, size_t);
Dnvme-fc.h182 uuid_t hostid;
/Linux-v5.4/lib/
Duuid.c18 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()
Dtest_uuid.c15 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/
Ddevice.c68 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/
Djfs_superblock.h90 uuid_t s_uuid; /* 16: 128-bit uuid for volume */
92 uuid_t s_loguuid; /* 16: 128-bit uuid for log device */
Djfs_logmgr.h65 uuid_t uuid; /* 16: 128-bit journal uuid */
68 uuid_t uuid;
400 uuid_t uuid; /* 16: 128-bit uuid of log device */
Djfs_incore.h170 uuid_t uuid; /* 128-bit uuid for volume */
171 uuid_t loguuid; /* 128-bit uuid for log */
/Linux-v5.4/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 */
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 …]
Dxfs_da_format.h51 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/
Dsysinfo.h110 uuid_t uuid;
135 uuid_t uuid;
/Linux-v5.4/fs/xfs/
Dxfs_pnfs.c64 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()
Dxfs_mount.c38 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/
Dldm.h108 uuid_t disk_id;
141 uuid_t disk_id;
/Linux-v5.4/drivers/nvme/host/
Dfabrics.h31 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/
Dserver.c102 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()
Dvlclient.c268 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()
Dinternal.h473 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/
Dthunderbolt.c81 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()

123