Searched refs:cpmsg (Results 1 – 1 of 1) sorted by relevance
119 static int hv_copy_data(struct hv_do_fcopy *cpmsg) in hv_copy_data() argument124 len = pwrite(target_fd, cpmsg->data, cpmsg->size, cpmsg->offset); in hv_copy_data()126 filesize += cpmsg->size; in hv_copy_data()127 if (len != cpmsg->size) { in hv_copy_data()
Completed in 8 milliseconds