Home
last modified time | relevance | path

Searched defs:hv_start_fcopy (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dhyperv.h122 struct hv_start_fcopy { struct
123 struct hv_fcopy_hdr hdr;
124 __u16 file_name[W_MAX_PATH];
125 __u16 path_name[W_MAX_PATH];
126 __u32 copy_flags;
127 __u64 file_size;
/linux-4.1.27/tools/hv/
Dhv_fcopy_daemon.c41 static int hv_start_fcopy(struct hv_start_fcopy *smsg) in hv_start_fcopy() function