Lines Matching refs:total_read
3888 ssize_t rc, total_read = 0;
3976 total_read = ctx->total_len;
3980 total_read = ctx->total_len;
3985 if (total_read) {
3986 iocb->ki_pos += total_read;
3987 return total_read;
4047 unsigned int total_read;
4088 for (total_read = 0, cur_offset = read_data; read_size > total_read;
4089 total_read += bytes_read, cur_offset += bytes_read) {
4091 current_read_size = min_t(uint, read_size - total_read,
4119 if (total_read) {
4126 cifs_stats_bytes_read(tcon, total_read);
4131 return total_read;