Searched refs:num_rqst (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/cifs/ |
| A D | smb2inode.c | 69 int num_rqst = 0; in smb2_compound_op() local 122 num_rqst++; in smb2_compound_op() 133 &rqst[num_rqst], in smb2_compound_op() 142 &rqst[num_rqst], in smb2_compound_op() 157 num_rqst++; in smb2_compound_op() 167 &rqst[num_rqst], in smb2_compound_op() 177 &rqst[num_rqst], in smb2_compound_op() 192 num_rqst++; in smb2_compound_op() 271 num_rqst++; in smb2_compound_op() 311 num_rqst++; in smb2_compound_op() [all …]
|
| A D | transport.c | 336 for (j = 0; j < num_rqst; j++) in __smb_send_rqst() 367 for (j = 0; j < num_rqst; j++) { in __smb_send_rqst() 461 if (num_rqst > MAX_COMPOUND - 1) in smb_send_rqst() 1079 for (i = 0; i < num_rqst; i++) in compound_send_recv() 1103 for (i = 0; i < num_rqst; i++) { in compound_send_recv() 1125 for (j = 0; j < num_rqst; j++) in compound_send_recv() 1130 for (i = 0; i < num_rqst; i++) { in compound_send_recv() 1151 if (i < num_rqst - 1) in compound_send_recv() 1160 for (i = 0; i < num_rqst; i++) in compound_send_recv() 1175 for (i = 0; i < num_rqst; i++) in compound_send_recv() [all …]
|
| A D | smbdirect.h | 273 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) {r… in smbd_send() argument
|
| A D | smb2ops.c | 4416 init_sg(int num_rqst, struct smb_rqst *rqst, u8 *sign) in init_sg() argument 4426 for (i = 0; i < num_rqst; i++) in init_sg() 4434 for (i = 0; i < num_rqst; i++) { in init_sg() 4487 crypt_message(struct TCP_Server_Info *server, int num_rqst, in crypt_message() argument 4548 sg = init_sg(num_rqst, rqst, sign); in crypt_message() 4592 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) in smb3_free_compound_rqst() argument 4596 for (i = 0; i < num_rqst; i++) { in smb3_free_compound_rqst() 4619 smb3_init_transform_rq(struct TCP_Server_Info *server, int num_rqst, in smb3_init_transform_rq() argument 4629 for (i = 1; i < num_rqst; i++) { in smb3_init_transform_rq() 4671 rc = crypt_message(server, num_rqst, new_rq, 1); in smb3_init_transform_rq() [all …]
|
| A D | smbdirect.c | 1986 int num_rqst, struct smb_rqst *rqst_array) in smbd_send() argument 2012 for (i = 0; i < num_rqst; i++) in smbd_send() 2023 num_rqst, remaining_data_length); in smbd_send() 2132 if (rqst_idx < num_rqst) in smbd_send()
|
| A D | cifsglob.h | 475 int (*init_transform_rq)(struct TCP_Server_Info *, int num_rqst, 1149 extern void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
|
| A D | cifsproto.h | 106 const int flags, const int num_rqst,
|
Completed in 35 milliseconds