Searched refs:num_rqst (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2inode.c189 int num_rqst = 0, i; local
205 num_rqst = 0;
254 rqst[num_rqst].rq_iov = &vars->open_iov[0];
255 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE;
257 &rqst[num_rqst], &oplock, &vars->oparms,
263 smb2_set_next_command(tcon, &rqst[num_rqst]);
265 num_rqst++;
272 rqst[num_rqst].rq_iov = &vars->qi_iov;
273 rqst[num_rqst].rq_nvec = 1;
277 &rqst[num_rqst],
[all...]
H A Dtransport.c272 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, argument
291 rc = smbd_send(server, num_rqst, rqst);
309 for (j = 0; j < num_rqst; j++)
340 for (j = 0; j < num_rqst; j++) {
427 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, argument
436 return __smb_send_rqst(server, num_rqst, rqst);
438 if (WARN_ON_ONCE(num_rqst > MAX_COMPOUND - 1))
457 rc = server->ops->init_transform_rq(server, num_rqst + 1,
462 rc = __smb_send_rqst(server, num_rqst + 1, &cur_rqst[0]);
463 smb3_free_compound_rqst(num_rqst,
1071 compound_send_recv(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, const int flags, const int num_rqst, struct smb_rqst *rqst, int *resp_buf_type, struct kvec *resp_iov) argument
[all...]
H A Dsmbdirect.h277 int num_rqst, struct smb_rqst *rqst);
316 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {return -1; } argument
H A Dsmb2ops.c4103 int num_rqst, const u8 *sig, u8 **iv,
4112 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig);
4137 int num_rqst, const u8 *sig, u8 **iv,
4146 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable,
4159 for (i = 0; i < num_rqst; i++) {
4221 crypt_message(struct TCP_Server_Info *server, int num_rqst, argument
4271 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg,
4324 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) argument
4328 for (i = 0; i < num_rqst; i++)
4347 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, argument
4102 smb2_aead_req_alloc(struct crypto_aead *tfm, const struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct sg_table *sgt, unsigned int *num_sgs, size_t *sensitive_size) argument
4136 smb2_get_aead_req(struct crypto_aead *tfm, struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct scatterlist **sgl, size_t *sensitive_size) argument
[all...]
H A Dcifsglob.h562 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst,
1313 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2220 int num_rqst,
2241 for (i = 0; i < num_rqst; i++) {
2219 cifs_get_num_sgs(const struct smb_rqst *rqst, int num_rqst, const u8 *sig) argument
H A Dsmbdirect.c1955 int num_rqst, struct smb_rqst *rqst_array)
1972 for (i = 0; i < num_rqst; i++)
1982 log_write(INFO, "num_rqst=%d total length=%u\n",
1983 num_rqst, remaining_data_length);
2016 } while (++rqst_idx < num_rqst);
1954 smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst_array) argument
H A Dcifsproto.h107 const int flags, const int num_rqst,

Completed in 162 milliseconds