Lines Matching refs:total_read
548 int total_read; in cifs_readv_from_socket() local
560 for (total_read = 0; to_read; total_read += length, to_read -= length) { in cifs_readv_from_socket()
564 total_read = -ECONNABORTED; in cifs_readv_from_socket()
568 segs = kvec_array_init(iov, iov_orig, nr_segs, total_read); in cifs_readv_from_socket()
574 total_read = -ESHUTDOWN; in cifs_readv_from_socket()
578 total_read = -ECONNABORTED; in cifs_readv_from_socket()
595 total_read = -ECONNABORTED; in cifs_readv_from_socket()
599 return total_read; in cifs_readv_from_socket()
798 memcpy(server->bigbuf, buf, server->total_read); in standard_receive3()
807 server->total_read += length; in standard_receive3()
809 dump_smb(buf, server->total_read); in standard_receive3()
820 length = server->ops->check_message(buf, server->total_read); in standard_receive3()
823 min_t(unsigned int, server->total_read, 48)); in standard_receive3()
868 server->total_read = length; in cifs_demultiplex_thread()
894 server->total_read += length; in cifs_demultiplex_thread()