Home
last modified time | relevance | path

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

/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;
Dmod_devicetable.h807 uuid_t uuid;
Dnvme.h1157 uuid_t hostid;
Dfs.h1482 uuid_t s_uuid; /* UUID */
/include/trace/events/
Dafs.h1079 TP_PROTO(struct afs_call *call, const uuid_t *uuid),
1086 __field_struct(uuid_t, uuid )