Home
last modified time | relevance | path

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

/linux-5.19.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);
302 export_guid(__entry->guest_id, &msg->guest_endpoint_id);
303 export_guid(__entry->host_id, &msg->host_service_id);
/linux-5.19.10/include/linux/
Duuid.h51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() function
/linux-5.19.10/fs/btrfs/
Ddisk-io.c1314 export_guid(root->root_item.uuid, &guid_null); in btrfs_create_tree()