Home
last modified time | relevance | path

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

/linux/tools/hv/
H A Dhv_fcopy_daemon.c
H A Dhv_fcopy_uio_daemon.c117 static int hv_copy_data(struct hv_do_fcopy *cpmsg) in hv_copy_data() argument
122 len = pwrite(target_fd, cpmsg->data, cpmsg->size, cpmsg->offset); in hv_copy_data()
124 filesize += cpmsg->size; in hv_copy_data()
125 if (len != cpmsg->size) { in hv_copy_data()