| /linux/fs/smb/client/ |
| H A D | smb2proto.h | 17 struct smb_rqst; 39 int smb2_verify_signature(struct smb_rqst *rqst, 45 struct smb_rqst *rqst); 47 struct smb_rqst *rqst); 118 struct smb_rqst *rqst); 119 void smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst); 120 void smb2_set_related(struct smb_rqst *rqst); 121 void smb2_set_replay(struct TCP_Server_Info *server, struct smb_rqst *rqst); 143 struct smb_rqst *rqst, __u8 *oplock, 145 void SMB2_open_free(struct smb_rqst *rqst); [all …]
|
| H A D | smb1encrypt.c | 26 static int cifs_calc_signature(struct smb_rqst *rqst, in cifs_calc_signature() 48 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst() 87 int cifs_verify_signature(struct smb_rqst *rqst, in cifs_verify_signature()
|
| H A D | smb2pdu.c | 1080 struct smb_rqst rqst; in SMB2_negotiate() 1158 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_negotiate() 1614 struct smb_rqst rqst; in SMB2_sess_sendreceive() 1623 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_sess_sendreceive() 2031 struct smb_rqst rqst; in SMB2_logoff() 2073 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_logoff() 2108 struct smb_rqst rqst; in SMB2_tcon() 2172 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_tcon() 2248 struct smb_rqst rqst; in SMB2_tdis() 2289 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_tdis() [all...] |
| H A D | smb2transport.c | 209 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_calc_signature() 216 struct smb_rqst drqst; in smb2_calc_signature() 461 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb3_calc_signature() 469 struct smb_rqst drqst; in smb3_calc_signature() 516 smb2_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_sign_rqst() 548 smb2_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_verify_signature() 699 struct smb_rqst rqst = { .rq_iov = iov, in smb2_check_receive() 721 struct smb_rqst *rqst) in smb2_setup_request() 747 smb2_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb2_setup_async_request()
|
| H A D | smbdirect.h | 44 int num_rqst, struct smb_rqst *rqst); 64 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
|
| H A D | cifsproto.h | 20 struct smb_rqst; 95 int cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst, 101 struct TCP_Server_Info *server, struct smb_rqst *rqst, 105 const int num_rqst, struct smb_rqst *rqst, 110 struct smb_rqst *rqst); 118 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_cancel() 347 int __cifs_calc_signature(struct smb_rqst *rqst, 510 static inline int cifs_get_num_sgs(const struct smb_rqst *rqst, in cifs_get_num_sgs()
|
| H A D | smb1transport.c | 105 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in cifs_setup_async_request() 167 struct smb_rqst rqst = { .rq_iov = iov, in cifs_check_receive() 192 struct smb_rqst *rqst) in cifs_setup_request() 214 struct smb_rqst rqst = { in SendReceive2() 231 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; in SendReceive()
|
| H A D | transport.c | 214 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len() 239 struct smb_rqst *rqst) in __smb_send_rqst() 387 struct smb_rqst *rqst, int flags) in smb_send_rqst() 390 struct smb_rqst new_rqst[MAX_COMPOUND] = {}; in smb_send_rqst() 663 cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst, in cifs_call_async() 865 const int flags, const int num_rqst, struct smb_rqst *rqst, in compound_send_recv() 1103 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv()
|
| H A D | cifsglob.h | 287 struct smb_rqst { struct 312 struct smb_rqst *rqst, struct mid_q_entry *mid, argument 318 struct smb_rqst *); 321 struct smb_rqst *); 595 struct smb_rqst *, struct smb_rqst *); 1318 void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst); 2254 struct smb_rqst rqst[MAX_COMPOUND];
|
| H A D | smbdirect.c | 413 int num_rqst, struct smb_rqst *rqst_array) in smbd_send() 418 struct smb_rqst *rqst; in smbd_send()
|
| H A D | smb2ops.c | 1189 struct smb_rqst *rqst; in smb2_set_ea() 1584 struct smb_rqst *rqst; in smb2_ioctl_query_info() 1603 void (*free_req1_func)(struct smb_rqst *r); in smb2_ioctl_query_info() 2459 struct smb_rqst rqst[2]; in smb2_query_dir_first() 2721 smb2_set_replay(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb2_set_replay() 2737 smb2_set_related(struct smb_rqst *rqst) in smb2_set_related() 2752 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) in smb2_set_next_command() 2839 struct smb_rqst *rqst; in smb2_query_info_compound() 4337 struct smb_rqst *old_rq, __le16 cipher_type) in fill_transform_hdr() 4354 static void *smb2_aead_req_alloc(struct crypto_aead *tfm, const struct smb_rqst *rqs [all...] |
| H A D | smb1ops.c | 142 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_nt_cancel() 147 struct smb_rqst crqst = { .rq_iov = iov, .rq_nvec = 1 }; in send_nt_cancel() 189 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_lock_cancel() 215 struct smb_rqst *rqst, struct mid_q_entry *mid, in cifs_send_cancel()
|
| H A D | smb2inode.c | 178 struct smb_rqst *rqst, int *num_rqst) in set_next_compound() 221 struct smb_rqst *rqst; in smb2_compound_op() 1085 struct smb_rqst rqst[2]; in smb2_unlink()
|
| H A D | cached_dir.c | 145 struct smb_rqst rqst[2]; in open_cached_dir()
|
| H A D | cifssmb.c | 744 struct smb_rqst rqst = { in CIFSSMBEcho() 1469 struct smb_rqst rqst = { .rq_iov = rdata->iov, in cifs_readv_callback() 1582 struct smb_rqst rqst = { .rq_iov = rdata->iov, in cifs_async_readv() 1967 struct smb_rqst rqst = { }; in cifs_async_writev()
|