Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmbdirect.c455 for (i = 0; i < rqst->rq_nvec; i++) in smbd_send()
459 rqst_idx, rqst->rq_nvec, remaining_data_length, in smbd_send()
464 for (i = 0; i < rqst->rq_nvec; i++) in smbd_send()
466 iov_iter_kvec(&iter, ITER_SOURCE, rqst->rq_iov, rqst->rq_nvec, klen); in smbd_send()
H A Dsmb2inode.c286 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_compound_op()
310 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
327 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
353 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
371 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
389 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
407 rqst[num_rqst].rq_nvec = 2; in smb2_compound_op()
434 rqst[num_rqst].rq_nvec = 2; in smb2_compound_op()
460 rqst[num_rqst].rq_nvec = ARRAY_SIZE(vars->io_iov); in smb2_compound_op()
475 rqst[num_rqst].rq_nvec = ARRAY_SIZE(vars->io_iov); in smb2_compound_op()
[all …]
H A Dsmb2transport.c238 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) { in smb2_calc_signature()
241 drqst.rq_nvec--; in smb2_calc_signature()
498 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) { in smb3_calc_signature()
501 drqst.rq_nvec--; in smb3_calc_signature()
698 .rq_nvec = 1 }; in smb2_check_receive()
H A Dsmb1transport.c168 .rq_nvec = ARRAY_SIZE(iov) }; in cifs_check_receive()
216 .rq_nvec = n_vec, in SendReceive2()
231 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceive()
H A Dsmb2pdu.c1160 rqst.rq_nvec = 1; in SMB2_negotiate()
1625 rqst.rq_nvec = 2; in SMB2_sess_sendreceive()
2075 rqst.rq_nvec = 1; in SMB2_logoff()
2174 rqst.rq_nvec = 2; in SMB2_tcon()
2291 rqst.rq_nvec = 1; in SMB2_tdis()
3022 rqst.rq_nvec = n_iov; in smb311_posix_mkdir()
3243 rqst->rq_nvec = n_iov; in SMB2_open_init()
3257 for (i = 1; i < rqst->rq_nvec; i++) in SMB2_open_free()
3297 rqst.rq_nvec = SMB2_CREATE_IOV_SIZE; in SMB2_open()
3424 rqst->rq_nvec = 2; in SMB2_ioctl_init()
[all …]
H A Dtransport.c221 if (!is_smb1(server) && rqst->rq_nvec >= 2 && in smb_rqst_len()
224 nvec = rqst->rq_nvec - 1; in smb_rqst_len()
227 nvec = rqst->rq_nvec; in smb_rqst_len()
308 n_vec = rqst[j].rq_nvec; in __smb_send_rqst()
412 new_rqst[0].rq_nvec = 1; 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 Dsmb2ops.c1277 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_set_ea()
1298 rqst[1].rq_nvec = 1; in smb2_set_ea()
1327 rqst[2].rq_nvec = 1; in smb2_set_ea()
1648 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_ioctl_query_info()
1693 rqst[1].rq_nvec = SMB2_IOCTL_IOV_SIZE; in smb2_ioctl_query_info()
1711 rqst[1].rq_nvec = 1; in smb2_ioctl_query_info()
1723 rqst[1].rq_nvec = 1; in smb2_ioctl_query_info()
1745 rqst[2].rq_nvec = 1; in smb2_ioctl_query_info()
2492 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_query_dir_first()
2516 rqst[1].rq_nvec = SMB2_QUERY_DIRECTORY_IOV_SIZE; in smb2_query_dir_first()
[all …]
H A Dcached_dir.c271 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in open_cached_dir()
301 rqst[1].rq_nvec = 1; in open_cached_dir()
H A Dcifsproto.h550 for (j = 0; j < rqst[i].rq_nvec; j++) { in cifs_get_num_sgs()
H A Dsmb1ops.c147 struct smb_rqst crqst = { .rq_iov = iov, .rq_nvec = 1 }; in send_nt_cancel()
H A Dcifsglob.h289 unsigned int rq_nvec; /* number of kvecs in array */ member