Lines Matching refs:total_read
540 int total_read; in cifs_readv_from_socket() local
545 for (total_read = 0; msg_data_left(smb_msg); total_read += length) { in cifs_readv_from_socket()
582 return total_read; in cifs_readv_from_socket()
802 memcpy(server->bigbuf, buf, server->total_read); in standard_receive3()
813 server->total_read += length; in standard_receive3()
815 dump_smb(buf, server->total_read); in standard_receive3()
835 length = server->ops->check_message(buf, server->total_read, server); in cifs_handle_standard()
838 min_t(unsigned int, server->total_read, 48)); in cifs_handle_standard()
894 server->total_read = 0; in cifs_demultiplex_thread()
896 server->total_read = length; in cifs_demultiplex_thread()
927 server->total_read += length; in cifs_demultiplex_thread()
1007 server->total_read = 0; in cifs_demultiplex_thread()