Searched refs:cpmsg (Results 1 – 2 of 2) sorted by relevance
117 static int hv_copy_data(struct hv_do_fcopy *cpmsg) in hv_copy_data() argument122 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()