Home
last modified time | relevance | path

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

/Linux-v5.4/tools/hv/
Dhv_fcopy_daemon.c86 static int hv_copy_data(struct hv_do_fcopy *cpmsg) in hv_copy_data() argument
91 bytes_written = pwrite(target_fd, cpmsg->data, cpmsg->size, in hv_copy_data()
92 cpmsg->offset); in hv_copy_data()
94 filesize += cpmsg->size; in hv_copy_data()
95 if (bytes_written != cpmsg->size) { in hv_copy_data()