total_rbytes 525 source3/modules/onefs_system.c off_t total_rbytes = 0;
total_rbytes 563 source3/modules/onefs_system.c offset + total_wbytes, count - total_rbytes));
total_rbytes 574 source3/modules/onefs_system.c total_rbytes += rbytes;
total_rbytes 577 source3/modules/onefs_system.c } while ((count - total_rbytes) && (rbytes == wbytes) &&
total_rbytes 581 source3/modules/onefs_system.c total_rbytes, total_wbytes));
total_rbytes 584 source3/modules/onefs_system.c if (total_rbytes != total_wbytes) {
total_rbytes 586 source3/modules/onefs_system.c "total_wbytes=%llu, diff = %llu\n", total_rbytes,
total_rbytes 587 source3/modules/onefs_system.c total_wbytes, total_rbytes - total_wbytes));
total_rbytes 588 source3/modules/onefs_system.c SMB_ASSERT(total_rbytes > total_wbytes);
total_rbytes 594 source3/modules/onefs_system.c while (total_rbytes < count) {
total_rbytes 597 source3/modules/onefs_system.c strerror(errno), count - total_rbytes));
total_rbytes 605 source3/modules/onefs_system.c spill_buffer + (total_rbytes - total_wbytes),
total_rbytes 606 source3/modules/onefs_system.c count - total_rbytes);
total_rbytes 621 source3/modules/onefs_system.c total_rbytes += ret;
total_rbytes 624 source3/modules/onefs_system.c if (total_rbytes != count) {
total_rbytes 656 source3/modules/onefs_system.c if (!socket_drained && count - total_rbytes) {
total_rbytes 659 source3/modules/onefs_system.c if (drain_socket(fromfd, count - total_rbytes) !=
total_rbytes 660 source3/modules/onefs_system.c count - total_rbytes) {