Searched refs:rq_iov (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | compress.c | 281 const struct smb2_hdr *shdr = rq->rq_iov->iov_base; in should_compress() 293 const struct smb2_write_req *wreq = rq->rq_iov->iov_base; in should_compress() 311 if (!server || !rq || !rq->rq_iov || !rq->rq_iov->iov_base) in smb_compress() 314 if (rq->rq_iov->iov_len != sizeof(struct smb2_write_req)) in smb_compress() 353 hdr.Offset = cpu_to_le32(rq->rq_iov[0].iov_len); in smb_compress() 357 iov[1] = rq->rq_iov[0]; in smb_compress() 361 comp_rq.rq_iov = iov; in smb_compress()
|
| H A D | smb1encrypt.c | 31 if (!rqst->rq_iov || !signature || !server) in cifs_calc_signature() 53 struct smb_hdr *cifs_pdu = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_sign_rqst() 94 struct smb_hdr *cifs_pdu = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_verify_signature()
|
| H A D | smb2transport.c | 219 struct kvec *iov = rqst->rq_iov; in smb2_calc_signature() 248 drqst.rq_iov++; in smb2_calc_signature() 475 struct kvec *iov = rqst->rq_iov; in smb3_calc_signature() 534 drqst.rq_iov++; in smb3_calc_signature() 559 shdr = (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_sign_rqst() 589 (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_verify_signature() 735 struct smb_rqst rqst = { .rq_iov = iov, in smb2_check_receive() 761 (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_setup_request() 787 (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_setup_async_request()
|
| H A D | smb2pdu.c | 1160 rqst.rq_iov = iov; in SMB2_negotiate() 1625 rqst.rq_iov = sess_data->iov; in SMB2_sess_sendreceive() 2062 rqst.rq_iov = iov; in SMB2_logoff() 2161 rqst.rq_iov = iov; in SMB2_tcon() 2278 rqst.rq_iov = iov; in SMB2_tdis() 2824 struct kvec *rq_iov, unsigned int *num_iovs) in add_ea_context() argument 2829 rq_iov[(*num_iovs)++] = *iov; in add_ea_context() 3009 rqst.rq_iov = iov; in smb311_posix_mkdir() 3079 struct kvec *iov = rqst->rq_iov; in SMB2_open_init() 3242 if (rqst && rqst->rq_iov) { in SMB2_open_free() [all …]
|
| H A D | smb1transport.c | 108 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_async_request() 167 struct smb_rqst rqst = { .rq_iov = iov, in cifs_check_receive() 195 struct smb_hdr *hdr = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in cifs_setup_request() 215 .rq_iov = iov, in SendReceive2() 231 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceive()
|
| H A D | smb2inode.c | 260 rqst[num_rqst].rq_iov = &vars->open_iov[0]; in smb2_compound_op() 284 rqst[num_rqst].rq_iov = &vars->qi_iov; in smb2_compound_op() 317 rqst[num_rqst].rq_iov = &vars->qi_iov; in smb2_compound_op() 360 rqst[num_rqst].rq_iov = vars->unlink_iov; in smb2_compound_op() 395 rqst[num_rqst].rq_iov = &vars->si_iov[0]; in smb2_compound_op() 430 rqst[num_rqst].rq_iov = &vars->si_iov[0]; in smb2_compound_op() 462 rqst[num_rqst].rq_iov = vars->rename_iov; in smb2_compound_op() 501 rqst[num_rqst].rq_iov = &vars->si_iov[0]; in smb2_compound_op() 528 rqst[num_rqst].rq_iov = vars->io_iov; in smb2_compound_op() 556 rqst[num_rqst].rq_iov = vars->io_iov; in smb2_compound_op() [all …]
|
| H A D | smb2ops.c | 1265 rqst[0].rq_iov = vars->open_iov; in smb2_set_ea() 1286 rqst[1].rq_iov = vars->si_iov; in smb2_set_ea() 1315 rqst[2].rq_iov = &vars->close_iov; in smb2_set_ea() 1636 rqst[0].rq_iov = &vars->open_iov[0]; in smb2_ioctl_query_info() 1681 rqst[1].rq_iov = &vars->io_iov[0]; in smb2_ioctl_query_info() 1699 rqst[1].rq_iov = vars->si_iov; in smb2_ioctl_query_info() 1711 rqst[1].rq_iov = &vars->qi_iov; in smb2_ioctl_query_info() 1733 rqst[2].rq_iov = &vars->close_iov; in smb2_ioctl_query_info() 2474 rqst[0].rq_iov = open_iov; in smb2_query_dir_first() 2498 rqst[1].rq_iov = qd_iov; in smb2_query_dir_first() [all …]
|
| H A D | transport.c | 222 rqst->rq_iov[0].iov_len == 4) { in smb_rqst_len() 223 iov = &rqst->rq_iov[1]; in smb_rqst_len() 226 iov = rqst->rq_iov; in smb_rqst_len() 307 iov = rqst[j].rq_iov; in __smb_send_rqst() 411 new_rqst[0].rq_iov = &iov; in smb_send_rqst() 1002 smb311_update_preauth_hash(ses, server, rqst[0].rq_iov, rqst[0].rq_nvec); in compound_send_recv()
|
| H A D | cifsencrypt.c | 95 size += rqst->rq_iov[i].iov_len; in __cifs_calc_signature() 97 iov_iter_kvec(&iter, ITER_SOURCE, rqst->rq_iov, rqst->rq_nvec, size); in __cifs_calc_signature()
|
| H A D | smb1ops.c | 148 struct smb_hdr *in_buf = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in send_nt_cancel() 150 struct smb_rqst crqst = { .rq_iov = iov, .rq_nvec = 1 }; in send_nt_cancel() 195 struct smb_hdr *in_buf = (struct smb_hdr *)rqst->rq_iov[0].iov_base; in send_lock_cancel() 196 unsigned int in_len = rqst->rq_iov[0].iov_len; in send_lock_cancel()
|
| H A D | cached_dir.c | 270 rqst[0].rq_iov = open_iov; in open_cached_dir() 292 rqst[1].rq_iov = qi_iov; in open_cached_dir()
|
| H A D | smbdirect.c | 2566 dump_smb(rqst->rq_iov[i].iov_base, rqst->rq_iov[i].iov_len); in smbd_send() 2575 klen += rqst->rq_iov[i].iov_len; in smbd_send() 2576 iov_iter_kvec(&iter, ITER_SOURCE, rqst->rq_iov, rqst->rq_nvec, klen); in smbd_send()
|
| H A D | cifsproto.h | 554 struct kvec *iov = &rqst[i].rq_iov[j]; in cifs_get_num_sgs()
|
| H A D | cifsglob.h | 291 struct kvec *rq_iov; /* array of kvecs */ member
|
| H A D | cifssmb.c | 745 .rq_iov = iov, in CIFSSMBEcho() 1468 struct smb_rqst rqst = { .rq_iov = rdata->iov, in cifs_readv_callback() 1581 struct smb_rqst rqst = { .rq_iov = rdata->iov, in cifs_async_readv() 2003 rqst.rq_iov = iov; in cifs_async_writev()
|