/linux-4.19.296/include/linux/ |
D | uuid.h | 26 } 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);
|
D | thunderbolt.h | 108 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;
|
D | cleancache.h | 31 int (*init_shared_fs)(uuid_t *uuid, size_t);
|
D | nvme-fc.h | 194 uuid_t hostid;
|
/linux-4.19.296/drivers/thunderbolt/ |
D | tb_msgs.h | 175 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 …]
|
D | tb.h | 91 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);
|
D | xdomain.c | 46 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 …]
|
D | domain.c | 128 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()
|
D | icm.c | 464 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()
|
D | switch.c | 33 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()
|
D | property.c | 241 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir()
|
/linux-4.19.296/lib/ |
D | uuid.c | 26 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()
|
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-4.19.296/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 */ 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 …]
|
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;
|
D | xfs_log_format.h | 175 uuid_t h_fs_uuid; /* uuid of FS : 16 */ 422 uuid_t di_uuid; /* UUID of the filesystem */
|
/linux-4.19.296/block/partitions/ |
D | ldm.h | 122 uuid_t disk_id; 155 uuid_t disk_id;
|
/linux-4.19.296/fs/xfs/ |
D | xfs_pnfs.c | 71 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()
|
D | xfs_mount.c | 41 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/ |
D | server.c | 99 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()
|
D | internal.h | 365 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 *);
|
D | vlclient.c | 274 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/ |
D | afs.h | 600 TP_PROTO(struct afs_call *call, const uuid_t *uuid), 607 __field_struct(uuid_t, uuid )
|
/linux-4.19.296/drivers/xen/ |
D | tmem.c | 236 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/ |
D | overlayfs.h | 87 uuid_t uuid; /* uuid of filesystem */
|