Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dsmb2inode.c74 int num_rqst = 0; in smb2_compound_op() local
129 num_rqst++; in smb2_compound_op()
140 &rqst[num_rqst], in smb2_compound_op()
149 &rqst[num_rqst], in smb2_compound_op()
164 num_rqst++; in smb2_compound_op()
174 &rqst[num_rqst], in smb2_compound_op()
184 &rqst[num_rqst], in smb2_compound_op()
199 num_rqst++; in smb2_compound_op()
278 num_rqst++; in smb2_compound_op()
318 num_rqst++; in smb2_compound_op()
[all …]
A Dtransport.c311 for (j = 0; j < num_rqst; j++) in __smb_send_rqst()
342 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst()
426 if (num_rqst > MAX_COMPOUND - 1) in smb_send_rqst()
1066 for (i = 0; i < num_rqst; i++) in compound_send_recv()
1094 for (i = 0; i < num_rqst; i++) { in compound_send_recv()
1116 for (j = 0; j < num_rqst; j++) in compound_send_recv()
1121 for (i = 0; i < num_rqst; i++) { in compound_send_recv()
1142 if (i < num_rqst - 1) in compound_send_recv()
1151 for (i = 0; i < num_rqst; i++) in compound_send_recv()
1166 for (i = 0; i < num_rqst; i++) in compound_send_recv()
[all …]
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) {r… in smbd_send() argument
A Dcifsglob.h505 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst,
1259 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2139 int num_rqst, in cifs_get_num_sgs() argument
2159 for (i = 0; i < num_rqst; i++) { in cifs_get_num_sgs()
A Dsmb2ops.c4243 int num_rqst, const u8 *sig, u8 **iv, in smb2_aead_req_alloc() argument
4252 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig); in smb2_aead_req_alloc()
4277 int num_rqst, const u8 *sig, u8 **iv, in smb2_get_aead_req() argument
4299 for (i = 0; i < num_rqst; i++) { in smb2_get_aead_req()
4359 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument
4409 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg, in crypt_message()
4462 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument
4466 for (i = 0; i < num_rqst; i++) in smb3_free_compound_rqst()
4494 for (i = 1; i < num_rqst; i++) { in smb3_init_transform_rq()
4542 rc = crypt_message(server, num_rqst, new_rq, 1); in smb3_init_transform_rq()
[all …]
A Dsmbdirect.c1952 int num_rqst, struct smb_rqst *rqst_array) in smbd_send() argument
1969 for (i = 0; i < num_rqst; i++) in smbd_send()
1980 num_rqst, remaining_data_length); in smbd_send()
2013 } while (++rqst_idx < num_rqst); in smbd_send()
A Dcifsproto.h103 const int flags, const int num_rqst,

Completed in 34 milliseconds