/fs/cifs/ |
D | transport.c | 268 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len() 313 struct smb_rqst *rqst) in __smb_send_rqst() 467 struct smb_rqst *rqst, int flags) in smb_send_rqst() 516 struct smb_rqst rqst = { .rq_iov = iov, in smb_send() local 748 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in cifs_setup_async_request() 780 cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst, in cifs_call_async() 920 send_cancel(struct TCP_Server_Info *server, struct smb_rqst *rqst, in send_cancel() 939 struct smb_rqst rqst = { .rq_iov = iov, in cifs_check_receive() local 959 cifs_setup_request(struct cifs_ses *ses, struct smb_rqst *rqst) in cifs_setup_request() 1008 const int flags, const int num_rqst, struct smb_rqst *rqst, in compound_send_recv() [all …]
|
D | smb2pdu.c | 816 struct smb_rqst rqst; in SMB2_negotiate() local 1268 struct smb_rqst rqst; in SMB2_sess_sendreceive() local 1621 struct smb_rqst rqst; in SMB2_logoff() local 1693 struct smb_rqst rqst; in SMB2_tcon() local 1830 struct smb_rqst rqst; in SMB2_tdis() local 2282 struct smb_rqst rqst; in smb311_posix_mkdir() local 2428 SMB2_open_init(struct cifs_tcon *tcon, struct smb_rqst *rqst, __u8 *oplock, in SMB2_open_init() 2591 SMB2_open_free(struct smb_rqst *rqst) in SMB2_open_free() 2608 struct smb_rqst rqst; in SMB2_open() local 2692 SMB2_ioctl_init(struct cifs_tcon *tcon, struct smb_rqst *rqst, in SMB2_ioctl_init() [all …]
|
D | smb2transport.c | 166 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_calc_signature() 427 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb3_calc_signature() 494 smb2_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_sign_rqst() 515 smb2_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_verify_signature() 659 struct smb_rqst rqst = { .rq_iov = iov, in smb2_check_receive() local 680 smb2_setup_request(struct cifs_ses *ses, struct smb_rqst *rqst) in smb2_setup_request() 706 smb2_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb2_setup_async_request()
|
D | cifsencrypt.c | 40 int __cifs_calc_signature(struct smb_rqst *rqst, in __cifs_calc_signature() 112 static int cifs_calc_signature(struct smb_rqst *rqst, in cifs_calc_signature() 143 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst() 185 struct smb_rqst rqst = { .rq_iov = iov, in cifs_sign_smbv() local 206 int cifs_verify_signature(struct smb_rqst *rqst, in cifs_verify_signature()
|
D | smb2ops.c | 657 struct smb_rqst rqst[2]; in open_shroot() local 1104 struct smb_rqst rqst[3]; in smb2_set_ea() local 1429 struct smb_rqst rqst[3]; in smb2_ioctl_query_info() local 2167 smb2_set_related(struct smb_rqst *rqst) in smb2_set_related() 2182 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) in smb2_set_next_command() 2251 struct smb_rqst rqst[3]; in smb2_query_info_compound() local 2645 struct smb_rqst rqst[3]; in smb2_query_symlink() local 3608 static void *smb2_aead_req_alloc(struct crypto_aead *tfm, const struct smb_rqst *rqst, in smb2_aead_req_alloc() 3639 static void *smb2_get_aead_req(struct crypto_aead *tfm, const struct smb_rqst *rqst, in smb2_get_aead_req() 3715 struct smb_rqst *rqst, int enc) in crypt_message() [all …]
|
D | smb2inode.c | 41 free_set_inf_compound(struct smb_rqst *rqst) in free_set_inf_compound() 64 struct smb_rqst rqst[3]; in smb2_compound_op() local
|
D | misc.c | 979 void rqst_page_get_length(const struct smb_rqst *rqst, unsigned int page, in rqst_page_get_length()
|
D | cifssmb.c | 837 struct smb_rqst rqst = { .rq_iov = iov, in CIFSSMBEcho() local 1698 struct smb_rqst rqst = { .rq_iov = rdata->iov, in cifs_readv_callback() local 1754 struct smb_rqst rqst = { .rq_iov = rdata->iov, in cifs_async_readv() local 2280 struct smb_rqst rqst = { }; in cifs_async_writev() local
|
D | smb1ops.c | 27 send_nt_cancel(struct TCP_Server_Info *server, struct smb_rqst *rqst, in send_nt_cancel()
|
D | smbdirect.h | 319 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
|
D | smbdirect.c | 2095 struct smb_rqst *rqst; in smbd_send() local
|
D | cifsglob.h | 1964 static inline unsigned int cifs_get_num_sgs(const struct smb_rqst *rqst, in cifs_get_num_sgs()
|