Searched defs:hv_start_fcopy (Results 1 – 2 of 2) sorted by relevance
129 struct hv_start_fcopy { struct130 struct hv_fcopy_hdr hdr;131 __u16 file_name[W_MAX_PATH];132 __u16 path_name[W_MAX_PATH];133 __u32 copy_flags;134 __u64 file_size;
28 static int hv_start_fcopy(struct hv_start_fcopy *smsg) in hv_start_fcopy() function