Lines Matching refs:subreq
301 struct cifs_io_subrequest *subreq, in smb2_adjust_credits() argument
304 struct cifs_credits *credits = &subreq->credits; in smb2_adjust_credits()
305 int new_val = DIV_ROUND_UP(subreq->subreq.len - subreq->subreq.transferred, in smb2_adjust_credits()
313 trace_smb3_rw_credits(subreq->rreq->debug_id, in smb2_adjust_credits()
314 subreq->subreq.debug_index, in smb2_adjust_credits()
322 subreq->rreq->debug_id, subreq->subreq.debug_index, in smb2_adjust_credits()
335 trace_smb3_rw_credits(subreq->rreq->debug_id, in smb2_adjust_credits()
336 subreq->subreq.debug_index, in smb2_adjust_credits()
345 subreq->rreq->debug_id, subreq->subreq.debug_index, in smb2_adjust_credits()
350 trace_smb3_rw_credits(subreq->rreq->debug_id, in smb2_adjust_credits()
351 subreq->subreq.debug_index, in smb2_adjust_credits()
4739 cur_off, &rdata->subreq.io_iter); in handle_read_data()
4752 length = copy_to_iter(buf + data_offset, data_len, &rdata->subreq.io_iter); in handle_read_data()