Home
last modified time | relevance | path

Searched refs:rq_nvec (Results 1 – 10 of 10) sorted by relevance

/fs/smb/client/
Dsmb2inode.c119 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_compound_op()
136 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
170 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
214 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
232 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
267 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
301 rqst[num_rqst].rq_nvec = 2; in smb2_compound_op()
340 rqst[num_rqst].rq_nvec = 2; in smb2_compound_op()
378 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
Dtransport.c254 if (!is_smb1(server) && rqst->rq_nvec >= 2 && in smb_rqst_len()
257 nvec = rqst->rq_nvec - 1; in smb_rqst_len()
260 nvec = rqst->rq_nvec; in smb_rqst_len()
361 n_vec = rqst[j].rq_nvec; in __smb_send_rqst()
477 cur_rqst[0].rq_nvec = 1; in smb_send_rqst()
497 .rq_nvec = 2 }; in smb_send()
965 .rq_nvec = 2 }; in cifs_check_receive()
1195 smb311_update_preauth_hash(ses, server, rqst[0].rq_iov, rqst[0].rq_nvec); in compound_send_recv()
1333 rqst.rq_nvec = n_vec + 1; in SendReceive2()
1351 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceive()
[all …]
Dsmb2pdu.c968 rqst.rq_nvec = 1; in SMB2_negotiate()
1394 rqst.rq_nvec = 2; in SMB2_sess_sendreceive()
1825 rqst.rq_nvec = 1; in SMB2_logoff()
1927 rqst.rq_nvec = 2; in SMB2_tcon()
2040 rqst.rq_nvec = 1; in SMB2_tdis()
2782 rqst.rq_nvec = n_iov; in smb311_posix_mkdir()
2999 rqst->rq_nvec = n_iov; in SMB2_open_init()
3013 for (i = 1; i < rqst->rq_nvec; i++) in SMB2_open_free()
3046 rqst.rq_nvec = SMB2_CREATE_IOV_SIZE; in SMB2_open()
3160 rqst->rq_nvec = 2; in SMB2_ioctl_init()
[all …]
Dsmb2transport.c283 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) { in smb2_calc_signature()
293 drqst.rq_nvec--; in smb2_calc_signature()
606 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) { in smb3_calc_signature()
615 drqst.rq_nvec--; in smb3_calc_signature()
824 .rq_nvec = 1 }; in smb2_check_receive()
Dsmb2ops.c1190 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_set_ea()
1211 rqst[1].rq_nvec = 1; in smb2_set_ea()
1242 rqst[2].rq_nvec = 1; in smb2_set_ea()
1547 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_ioctl_query_info()
1591 rqst[1].rq_nvec = SMB2_IOCTL_IOV_SIZE; in smb2_ioctl_query_info()
1609 rqst[1].rq_nvec = 1; in smb2_ioctl_query_info()
1621 rqst[1].rq_nvec = 1; in smb2_ioctl_query_info()
1643 rqst[2].rq_nvec = 1; in smb2_ioctl_query_info()
2255 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_query_dir_first()
2278 rqst[1].rq_nvec = SMB2_QUERY_DIRECTORY_IOV_SIZE; in smb2_query_dir_first()
[all …]
Dcached_dir.c215 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in open_cached_dir()
234 rqst[1].rq_nvec = 1; in open_cached_dir()
Dcifsencrypt.c34 int n_vec = rqst->rq_nvec; in __cifs_calc_signature()
174 .rq_nvec = n_vec }; in cifs_sign_smbv()
Dsmbdirect.c2032 for (i = 0; i < rqst->rq_nvec; i++) { in smbd_send()
2038 rqst_idx, rqst->rq_nvec, in smbd_send()
2048 while (i < rqst->rq_nvec && in smbd_send()
2073 rqst->rq_nvec, start, j, in smbd_send()
Dcifsglob.h217 unsigned int rq_nvec; /* number of kvecs in array */ member
2132 for (j = 0; j < rqst[i].rq_nvec; j++) { in cifs_get_num_sgs()
Dcifssmb.c566 .rq_nvec = 2 }; in CIFSSMBEcho()
1259 .rq_nvec = 2, in cifs_readv_callback()
1315 .rq_nvec = 2 }; in cifs_async_readv()
1702 rqst.rq_nvec = 2; in cifs_async_writev()