Lines Matching refs:total_read
4134 ssize_t rc, total_read = 0;
4239 total_read = ctx->total_len;
4243 total_read = ctx->total_len;
4248 if (total_read) {
4249 iocb->ki_pos += total_read;
4250 return total_read;
4310 unsigned int total_read;
4351 for (total_read = 0, cur_offset = read_data; read_size > total_read;
4352 total_read += bytes_read, cur_offset += bytes_read) {
4354 current_read_size = min_t(uint, read_size - total_read,
4382 if (total_read) {
4389 cifs_stats_bytes_read(tcon, total_read);
4394 return total_read;