| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 178 struct smb_rqst *rqst, int *num_rqst) in set_next_compound() argument 183 smb2_set_next_command(tcon, &rqst[*num_rqst]); in set_next_compound() 185 smb2_set_related(&rqst[*num_rqst]); in set_next_compound() 186 (*num_rqst)++; in set_next_compound() 224 int num_rqst = 0, i; in smb2_compound_op() local 234 num_rqst = 0; in smb2_compound_op() 285 rqst[num_rqst].rq_iov = &vars->open_iov[0]; in smb2_compound_op() 286 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_compound_op() 288 &rqst[num_rqst], &oplock, &vars->oparms, in smb2_compound_op() 294 smb2_set_next_command(tcon, &rqst[num_rqst]); in smb2_compound_op() [all …]
|
| H A D | transport.c | 238 int __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst() argument 257 rc = smbd_send(server, num_rqst, rqst); in __smb_send_rqst() 275 for (j = 0; j < num_rqst; j++) in __smb_send_rqst() 306 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst() 386 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst() argument 401 return __smb_send_rqst(server, num_rqst, rqst); in smb_send_rqst() 403 if (WARN_ON_ONCE(num_rqst > MAX_COMPOUND - 1)) in smb_send_rqst() 404 return smb_EIO1(smb_eio_trace_tx_max_compound, num_rqst); in smb_send_rqst() 414 rc = server->ops->init_transform_rq(server, num_rqst + 1, in smb_send_rqst() 417 rc = __smb_send_rqst(server, num_rqst + 1, new_rqst); in smb_send_rqst() [all …]
|
| H A D | smbdirect.h | 44 int num_rqst, struct smb_rqst *rqst); 64 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send() argument
|
| H A D | smbdirect.c | 413 int num_rqst, struct smb_rqst *rqst_array) in smbd_send() argument 435 for (i = 0; i < num_rqst; i++) in smbd_send() 446 num_rqst, remaining_data_length); in smbd_send() 486 } while (++rqst_idx < num_rqst); in smbd_send()
|
| H A D | cifsproto.h | 105 const int num_rqst, struct smb_rqst *rqst, 109 int __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, 511 int num_rqst, in cifs_get_num_sgs() argument 532 for (i = 0; i < num_rqst; i++) { in cifs_get_num_sgs()
|
| H A D | smb2ops.c | 4345 int num_rqst, const u8 *sig, u8 **iv, in smb2_aead_req_alloc() argument 4354 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig); in smb2_aead_req_alloc() 4378 int num_rqst, const u8 *sig, u8 **iv, in smb2_get_aead_req() argument 4386 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable, &num_sgs); in smb2_get_aead_req() 4398 for (i = 0; i < num_rqst; i++) { in smb2_get_aead_req() 4460 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument 4500 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg); in crypt_message() 4556 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument 4558 for (int i = 0; i < num_rqst; i++) in smb3_free_compound_rqst() 4576 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, in smb3_init_transform_rq() argument [all …]
|
| H A D | cifsglob.h | 594 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst, 1318 void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
|