Home
last modified time | relevance | path

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

/fs/smb/client/
A Dsmb2inode.c206 num_rqst = 0; in smb2_compound_op()
266 num_rqst++; in smb2_compound_op()
307 num_rqst++; in smb2_compound_op()
343 num_rqst++; in smb2_compound_op()
407 num_rqst++; in smb2_compound_op()
438 num_rqst++; in smb2_compound_op()
478 num_rqst++; in smb2_compound_op()
532 num_rqst++; in smb2_compound_op()
558 num_rqst++; in smb2_compound_op()
593 num_rqst++; in smb2_compound_op()
[all …]
A Dtransport.c270 for (j = 0; j < num_rqst; j++) in __smb_send_rqst()
301 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst()
872 for (i = 0; i < num_rqst; i++) in compound_send_recv()
900 for (i = 0; i < num_rqst; i++) { in compound_send_recv()
922 for (j = 0; j < num_rqst; j++) in compound_send_recv()
927 for (i = 0; i < num_rqst; i++) { in compound_send_recv()
936 for (j = 0; j < num_rqst; j++) in compound_send_recv()
948 if (i < num_rqst - 1) in compound_send_recv()
955 for (i = 0; i < num_rqst; i++) in compound_send_recv()
970 for (i = 0; i < num_rqst; i++) in compound_send_recv()
[all …]
A Dsmbdirect.h128 int num_rqst, struct smb_rqst *rqst);
167 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send() argument
A Dcifsglob.h596 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst,
1361 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2240 int num_rqst, in cifs_get_num_sgs() argument
2261 for (i = 0; i < num_rqst; i++) { in cifs_get_num_sgs()
A Dsmb2ops.c4198 int num_rqst, const u8 *sig, u8 **iv, in smb2_aead_req_alloc() argument
4207 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig); in smb2_aead_req_alloc()
4232 int num_rqst, const u8 *sig, u8 **iv, in smb2_get_aead_req() argument
4254 for (i = 0; i < num_rqst; i++) { in smb2_get_aead_req()
4316 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument
4357 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg, in crypt_message()
4469 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument
4471 for (int i = 0; i < num_rqst; i++) in smb3_free_compound_rqst()
4489 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, in smb3_init_transform_rq() argument
4496 for (int i = 1; i < num_rqst; i++) { in smb3_init_transform_rq()
[all …]
A Dcifsproto.h110 const int flags, const int num_rqst,
125 int __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst,
A Dsmbdirect.c1912 int num_rqst, struct smb_rqst *rqst_array) in smbd_send() argument
1931 for (i = 0; i < num_rqst; i++) in smbd_send()
1942 num_rqst, remaining_data_length); in smbd_send()
1975 } while (++rqst_idx < num_rqst); in smbd_send()

Completed in 33 milliseconds