Home
last modified time | relevance | path

Searched refs:export_guid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/hv/
Dhv_trace.h47 export_guid(__entry->if_type, &offer->offer.if_type);
48 export_guid(__entry->if_instance, &offer->offer.if_instance);
287 export_guid(__entry->guest_id, &msg->guest_endpoint_id);
288 export_guid(__entry->host_id, &msg->host_service_id);
/Linux-v5.10/include/linux/
Duuid.h51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() function
/Linux-v5.10/fs/btrfs/
Ddisk-io.c1179 export_guid(root->root_item.uuid, &guid_null); in btrfs_create_tree()