total_wbytes      526 source3/modules/onefs_system.c 	off_t total_wbytes = 0;
total_wbytes      563 source3/modules/onefs_system.c 			   offset + total_wbytes, count - total_rbytes));
total_wbytes      565 source3/modules/onefs_system.c 		ret = recvfile(tofd, fromfd, offset + total_wbytes,
total_wbytes      566 source3/modules/onefs_system.c 			       count - total_wbytes, &rbytes, &wbytes, 0,
total_wbytes      575 source3/modules/onefs_system.c 		total_wbytes += wbytes;
total_wbytes      581 source3/modules/onefs_system.c 		   total_rbytes, total_wbytes));
total_wbytes      584 source3/modules/onefs_system.c 	if (total_rbytes != total_wbytes) {
total_wbytes      587 source3/modules/onefs_system.c 			  total_wbytes, total_rbytes - total_wbytes));
total_wbytes      588 source3/modules/onefs_system.c 		SMB_ASSERT(total_rbytes > total_wbytes);
total_wbytes      605 source3/modules/onefs_system.c 			       spill_buffer + (total_rbytes - total_wbytes),
total_wbytes      631 source3/modules/onefs_system.c 	while (total_wbytes < count) {
total_wbytes      633 source3/modules/onefs_system.c 		DEBUG(3, ("partial recvfile, writing %llu\n", count - total_wbytes));
total_wbytes      635 source3/modules/onefs_system.c 		ret = sys_pwrite(tofd, spill_buffer, count - total_wbytes,
total_wbytes      636 source3/modules/onefs_system.c 				 offset + total_wbytes);
total_wbytes      645 source3/modules/onefs_system.c 		total_wbytes += ret;
total_wbytes      649 source3/modules/onefs_system.c 	ret = total_wbytes;