Lines Matching refs:total_read
559 int total_read; in cifs_readv_from_socket() local
571 for (total_read = 0; to_read; total_read += length, to_read -= length) { in cifs_readv_from_socket()
575 total_read = -ECONNABORTED; in cifs_readv_from_socket()
579 segs = kvec_array_init(iov, iov_orig, nr_segs, total_read); in cifs_readv_from_socket()
585 total_read = -ESHUTDOWN; in cifs_readv_from_socket()
589 total_read = -ECONNABORTED; in cifs_readv_from_socket()
606 total_read = -ECONNABORTED; in cifs_readv_from_socket()
610 return total_read; in cifs_readv_from_socket()
809 memcpy(server->bigbuf, buf, server->total_read); in standard_receive3()
818 server->total_read += length; in standard_receive3()
820 dump_smb(buf, server->total_read); in standard_receive3()
831 length = server->ops->check_message(buf, server->total_read); in standard_receive3()
834 min_t(unsigned int, server->total_read, 48)); in standard_receive3()
879 server->total_read = length; in cifs_demultiplex_thread()
905 server->total_read += length; in cifs_demultiplex_thread()