Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H 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 …]
H A Dtransport.c310 for (j = 0; j < num_rqst; j++) in __smb_send_rqst()
341 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst()
1080 for (i = 0; i < num_rqst; i++) in compound_send_recv()
1108 for (i = 0; i < num_rqst; i++) { in compound_send_recv()
1130 for (j = 0; j < num_rqst; j++) in compound_send_recv()
1135 for (i = 0; i < num_rqst; i++) { in compound_send_recv()
1144 for (j = 0; j < num_rqst; j++) in compound_send_recv()
1156 if (i < num_rqst - 1) in compound_send_recv()
1163 for (i = 0; i < num_rqst; i++) in compound_send_recv()
1178 for (i = 0; i < num_rqst; i++) in compound_send_recv()
[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) {r… in smbd_send() argument
H A Dcifsglob.h596 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst,
1353 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2226 int num_rqst, in cifs_get_num_sgs() argument
2247 for (i = 0; i < num_rqst; i++) { in cifs_get_num_sgs()
H A Dsmb2ops.c4180 int num_rqst, const u8 *sig, u8 **iv, in smb2_aead_req_alloc() argument
4189 *num_sgs = cifs_get_num_sgs(rqst, num_rqst, sig); in smb2_aead_req_alloc()
4214 int num_rqst, const u8 *sig, u8 **iv, in smb2_get_aead_req() argument
4236 for (i = 0; i < num_rqst; i++) { in smb2_get_aead_req()
4298 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument
4338 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg, in crypt_message()
4446 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument
4448 for (int i = 0; i < num_rqst; i++) in smb3_free_compound_rqst()
4466 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, in smb3_init_transform_rq() argument
4473 for (int i = 1; i < num_rqst; i++) { in smb3_init_transform_rq()
[all …]
H A Dsmbdirect.c1954 int num_rqst, struct smb_rqst *rqst_array) in smbd_send() argument
1971 for (i = 0; i < num_rqst; i++) in smbd_send()
1982 num_rqst, remaining_data_length); in smbd_send()
2015 } while (++rqst_idx < num_rqst); in smbd_send()
H A Dcifsproto.h110 const int flags, const int num_rqst,