Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2inode.c78 int num_rqst = 0; in smb2_compound_op() local
120 rqst[num_rqst].rq_iov = &vars->open_iov[0]; in smb2_compound_op()
121 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_compound_op()
123 &rqst[num_rqst], &oplock, &vars->oparms, in smb2_compound_op()
129 smb2_set_next_command(tcon, &rqst[num_rqst]); in smb2_compound_op()
131 num_rqst++; in smb2_compound_op()
137 rqst[num_rqst].rq_iov = &vars->qi_iov[0]; in smb2_compound_op()
138 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
142 &rqst[num_rqst], in smb2_compound_op()
151 &rqst[num_rqst], in smb2_compound_op()
[all...]
H A Dtransport.c312 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst() argument
331 rc = smbd_send(server, num_rqst, rqst); in __smb_send_rqst()
349 for (j = 0; j < num_rqst; j++) in __smb_send_rqst()
380 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst()
462 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst() argument
471 return __smb_send_rqst(server, num_rqst, rqst); in smb_send_rqst()
473 if (num_rqst > MAX_COMPOUND - 1) in smb_send_rqst()
494 rc = server->ops->init_transform_rq(server, num_rqst + 1, in smb_send_rqst()
499 rc = __smb_send_rqst(server, num_rqst + 1, &cur_rqst[0]); in smb_send_rqst()
500 smb3_free_compound_rqst(num_rqst, in smb_send_rqst()
1030 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) compound_send_recv() argument
[all...]
H A Dsmbdirect.h273 int num_rqst, struct smb_rqst *rqst);
313 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {return -1; } in smbd_send() argument
H A Dcifsglob.h481 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst,
1204 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2053 int num_rqst, in cifs_get_num_sgs()
2067 for (i = 0; i < num_rqst; i++) { in cifs_get_num_sgs()
2052 cifs_get_num_sgs(const struct smb_rqst *rqst, int num_rqst, const u8 *sig) cifs_get_num_sgs() argument
H A Dsmb2ops.c4177 int num_rqst, const u8 *sig, u8 **iv, in smb2_aead_req_alloc()
4186 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig); in smb2_aead_req_alloc()
4208 int num_rqst, const u8 *sig, u8 **iv, in smb2_get_aead_req()
4218 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, sgl, &num_sgs); in smb2_get_aead_req()
4231 for (i = 0; i < num_rqst; i++) { in smb2_get_aead_req()
4284 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument
4334 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg); in crypt_message()
4369 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument
4373 for (i = 0; i < num_rqst; i++) { in smb3_free_compound_rqst()
4396 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, in smb3_init_transform_rq() argument
4176 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 scatterlist **sgl, unsigned int *num_sgs) smb2_aead_req_alloc() argument
4207 smb2_get_aead_req(struct crypto_aead *tfm, const struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct scatterlist **sgl) smb2_get_aead_req() argument
[all...]
H A Dsmbdirect.c1987 int num_rqst, struct smb_rqst *rqst_array) in smbd_send()
2013 for (i = 0; i < num_rqst; i++) in smbd_send()
2023 log_write(INFO, "num_rqst=%d total length=%u\n", in smbd_send()
2024 num_rqst, remaining_data_length); in smbd_send()
2133 if (rqst_idx < num_rqst) in smbd_send()
1986 smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst_array) smbd_send() argument
H A Dcifsproto.h106 const int flags, const int num_rqst,
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2inode.c74 int num_rqst = 0; in smb2_compound_op() local
119 rqst[num_rqst].rq_iov = &vars->open_iov[0]; in smb2_compound_op()
120 rqst[num_rqst].rq_nvec = SMB2_CREATE_IOV_SIZE; in smb2_compound_op()
122 &rqst[num_rqst], &oplock, &vars->oparms, in smb2_compound_op()
128 smb2_set_next_command(tcon, &rqst[num_rqst]); in smb2_compound_op()
130 num_rqst++; in smb2_compound_op()
136 rqst[num_rqst].rq_iov = &vars->qi_iov; in smb2_compound_op()
137 rqst[num_rqst].rq_nvec = 1; in smb2_compound_op()
141 &rqst[num_rqst], in smb2_compound_op()
150 &rqst[num_rqst], in smb2_compound_op()
[all...]
H A Dtransport.c272 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst() argument
291 rc = smbd_send(server, num_rqst, rqst); in __smb_send_rqst()
309 for (j = 0; j < num_rqst; j++) in __smb_send_rqst()
340 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst()
427 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst() argument
436 return __smb_send_rqst(server, num_rqst, rqst); in smb_send_rqst()
438 if (WARN_ON_ONCE(num_rqst > MAX_COMPOUND - 1)) in smb_send_rqst()
457 rc = server->ops->init_transform_rq(server, num_rqst + 1, in smb_send_rqst()
462 rc = __smb_send_rqst(server, num_rqst + 1, &cur_rqst[0]); in smb_send_rqst()
463 smb3_free_compound_rqst(num_rqst, in smb_send_rqst()
1066 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) compound_send_recv() 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; } in smbd_send() argument
H A Dsmb2ops.c4236 int num_rqst, const u8 *sig, u8 **iv, in smb2_aead_req_alloc()
4245 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig); in smb2_aead_req_alloc()
4270 int num_rqst, const u8 *sig, u8 **iv, in smb2_get_aead_req()
4279 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable, in smb2_get_aead_req()
4292 for (i = 0; i < num_rqst; i++) { in smb2_get_aead_req()
4354 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument
4404 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg, in crypt_message()
4457 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument
4461 for (i = 0; i < num_rqst; i++) in smb3_free_compound_rqst()
4480 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, in smb3_init_transform_rq() argument
4235 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) smb2_aead_req_alloc() argument
4269 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) smb2_get_aead_req() argument
[all...]
H A Dcifsglob.h542 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst,
1278 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2178 int num_rqst, in cifs_get_num_sgs()
2199 for (i = 0; i < num_rqst; i++) { in cifs_get_num_sgs()
2177 cifs_get_num_sgs(const struct smb_rqst *rqst, int num_rqst, const u8 *sig) cifs_get_num_sgs() argument
H A Dsmbdirect.c1955 int num_rqst, struct smb_rqst *rqst_array) in smbd_send()
1972 for (i = 0; i < num_rqst; i++) in smbd_send()
1982 log_write(INFO, "num_rqst=%d total length=%u\n", in smbd_send()
1983 num_rqst, remaining_data_length); in smbd_send()
2016 } while (++rqst_idx < num_rqst); in smbd_send()
1954 smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst_array) smbd_send() argument
H A Dcifsproto.h107 const int flags, const int num_rqst,

Completed in 33 milliseconds