Lines Matching refs:total_read
766 int total_read; in cifs_readv_from_socket() local
771 for (total_read = 0; msg_data_left(smb_msg); total_read += length) { in cifs_readv_from_socket()
814 return total_read; in cifs_readv_from_socket()
1037 memcpy(server->bigbuf, buf, server->total_read); in standard_receive3()
1048 server->total_read += length; in standard_receive3()
1050 dump_smb(buf, server->total_read); in standard_receive3()
1070 length = server->ops->check_message(buf, server->total_read, server); in cifs_handle_standard()
1073 min_t(unsigned int, server->total_read, 48)); in cifs_handle_standard()
1150 server->total_read = 0; in cifs_demultiplex_thread()
1152 server->total_read = length; in cifs_demultiplex_thread()
1183 server->total_read += length; in cifs_demultiplex_thread()
1261 server->total_read = 0; in cifs_demultiplex_thread()