Searched refs:rq_nvec (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | smb2inode.c | 108 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_compound_op() 125 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op() 159 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op() 203 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op() 221 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op() 256 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op() 290 rqst[num_rqst].rq_nvec = 2; in smb2_compound_op() 329 rqst[num_rqst].rq_nvec = 2; in smb2_compound_op() 367 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
|
D | transport.c | 263 if (!is_smb1(server) && rqst->rq_nvec >= 2 && in smb_rqst_len() 266 nvec = rqst->rq_nvec - 1; in smb_rqst_len() 269 nvec = rqst->rq_nvec; in smb_rqst_len() 351 n_vec = rqst[j].rq_nvec; in __smb_send_rqst() 457 cur_rqst[0].rq_nvec = 1; in smb_send_rqst() 477 .rq_nvec = 2 }; in smb_send() 945 .rq_nvec = 2 }; in cifs_check_receive() 1200 smb311_update_preauth_hash(ses, server, rqst[0].rq_iov, rqst[0].rq_nvec); in compound_send_recv() 1338 rqst.rq_nvec = n_vec + 1; in SendReceive2() 1356 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceive() [all …]
|
D | smb2pdu.c | 961 rqst.rq_nvec = 1; in SMB2_negotiate() 1387 rqst.rq_nvec = 2; in SMB2_sess_sendreceive() 1818 rqst.rq_nvec = 1; in SMB2_logoff() 1920 rqst.rq_nvec = 2; in SMB2_tcon() 2036 rqst.rq_nvec = 1; in SMB2_tdis() 2720 rqst.rq_nvec = n_iov; in smb311_posix_mkdir() 2927 rqst->rq_nvec = n_iov; in SMB2_open_init() 2941 for (i = 1; i < rqst->rq_nvec; i++) in SMB2_open_free() 2974 rqst.rq_nvec = SMB2_CREATE_IOV_SIZE; in SMB2_open() 3088 rqst->rq_nvec = 2; in SMB2_ioctl_init() [all …]
|
D | smb2transport.c | 284 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) { in smb2_calc_signature() 294 drqst.rq_nvec--; in smb2_calc_signature() 608 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) { in smb3_calc_signature() 617 drqst.rq_nvec--; in smb3_calc_signature() 826 .rq_nvec = 1 }; in smb2_check_receive()
|
D | smb2ops.c | 1175 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_set_ea() 1195 rqst[1].rq_nvec = 1; in smb2_set_ea() 1224 rqst[2].rq_nvec = 1; in smb2_set_ea() 1522 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_ioctl_query_info() 1566 rqst[1].rq_nvec = SMB2_IOCTL_IOV_SIZE; in smb2_ioctl_query_info() 1584 rqst[1].rq_nvec = 1; in smb2_ioctl_query_info() 1596 rqst[1].rq_nvec = 1; in smb2_ioctl_query_info() 1618 rqst[2].rq_nvec = 1; in smb2_ioctl_query_info() 2230 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_query_dir_first() 2253 rqst[1].rq_nvec = SMB2_QUERY_DIRECTORY_IOV_SIZE; in smb2_query_dir_first() [all …]
|
D | cached_dir.c | 220 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in open_cached_dir() 239 rqst[1].rq_nvec = 1; in open_cached_dir()
|
D | cifsencrypt.c | 178 int n_vec = rqst->rq_nvec; in __cifs_calc_signature() 302 .rq_nvec = n_vec }; in cifs_sign_smbv()
|
D | smbdirect.c | 1991 for (i = 0; i < rqst->rq_nvec; i++) in smbd_send() 1995 rqst_idx, rqst->rq_nvec, remaining_data_length, in smbd_send() 2000 for (i = 0; i < rqst->rq_nvec; i++) in smbd_send() 2002 iov_iter_kvec(&iter, ITER_SOURCE, rqst->rq_iov, rqst->rq_nvec, klen); in smbd_send()
|
D | cifsglob.h | 225 unsigned int rq_nvec; /* number of kvecs in array */ member 2174 for (j = 0; j < rqst[i].rq_nvec; j++) { in cifs_get_num_sgs()
|
D | cifssmb.c | 576 .rq_nvec = 2 }; in CIFSSMBEcho() 1267 .rq_nvec = 2, in cifs_readv_callback() 1320 .rq_nvec = 2 }; in cifs_async_readv() 1707 rqst.rq_nvec = 2; in cifs_async_writev()
|