Home
last modified time | relevance | path

Searched refs:smb_rqst (Results 1 – 16 of 16) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2proto.h17 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 *rqs
[all...]
H A Dsmb1encrypt.c26 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 Dsmb2pdu.c1081 struct smb_rqst rqst; in SMB2_negotiate()
1159 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_negotiate()
1615 struct smb_rqst rqst; in SMB2_sess_sendreceive()
1624 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_sess_sendreceive()
2019 struct smb_rqst rqst; in SMB2_logoff()
2061 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_logoff()
2096 struct smb_rqst rqst; in SMB2_tcon()
2160 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_tcon()
2236 struct smb_rqst rqst; in SMB2_tdis()
2277 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_tdis()
[all …]
H A Dsmb2transport.c214 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, in smb2_calc_signature()
222 struct smb_rqst drqst; in smb2_calc_signature()
470 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, in smb3_calc_signature()
478 struct smb_rqst drqst; in smb3_calc_signature()
552 smb2_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_sign_rqst()
584 smb2_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_verify_signature()
735 struct smb_rqst rqst = { .rq_iov = iov, in smb2_check_receive()
757 struct smb_rqst *rqst) in smb2_setup_request()
783 smb2_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb2_setup_async_request()
H A Dsmbdirect.h57 int num_rqst, struct smb_rqst *rqst);
73 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
H A Dcifsproto.h20 struct smb_rqst;
96 int cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst,
102 struct TCP_Server_Info *server, struct smb_rqst *rqst,
106 const int num_rqst, struct smb_rqst *rqst,
111 struct smb_rqst *rqst);
119 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_cancel()
348 int __cifs_calc_signature(struct smb_rqst *rqst,
514 static inline int cifs_get_num_sgs(const struct smb_rqst *rqst, in cifs_get_num_sgs()
H A Dsmb1transport.c105 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 Dcompress.c279 bool should_compress(const struct cifs_tcon *tcon, const struct smb_rqst *rq) in should_compress()
304 int smb_compress(struct TCP_Server_Info *server, struct smb_rqst *rq, compress_send_fn send_fn) in smb_compress()
346 struct smb_rqst comp_rq = { .rq_nvec = 3, }; in smb_compress()
H A Dtransport.c214 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 Dcifsglob.h286 * A smb_rqst represents a complete request to be issued to a server. It's
290 struct smb_rqst { struct
315 struct smb_rqst *rqst, struct mid_q_entry *mid, argument
321 struct smb_rqst *);
324 struct smb_rqst *);
598 struct smb_rqst *, struct smb_rqst *);
1321 void smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst);
2257 struct smb_rqst rqst[MAX_COMPOUND];
291 rq_iovsmb_rqst global() argument
H A Dsmb2ops.c1178 struct smb_rqst *rqst; in smb2_set_ea()
1573 struct smb_rqst *rqst; in smb2_ioctl_query_info()
1592 void (*free_req1_func)(struct smb_rqst *r); in smb2_ioctl_query_info()
2442 struct smb_rqst rqst[2]; in smb2_query_dir_first()
2704 smb2_set_replay(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb2_set_replay()
2720 smb2_set_related(struct smb_rqst *rqst) in smb2_set_related()
2735 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) in smb2_set_next_command()
2822 struct smb_rqst *rqst; in smb2_query_info_compound()
4310 struct smb_rqst *old_rq, __le16 cipher_type) in fill_transform_hdr()
4327 static void *smb2_aead_req_alloc(struct crypto_aead *tfm, const struct smb_rqst *rqst, in smb2_aead_req_alloc()
[all …]
H A Dsmb1ops.c145 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_nt_cancel()
150 struct smb_rqst crqst = { .rq_iov = iov, .rq_nvec = 1 }; in send_nt_cancel()
192 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_lock_cancel()
218 struct smb_rqst *rqst, struct mid_q_entry *mid, in cifs_send_cancel()
H A Dcifsencrypt.c87 int __cifs_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, in __cifs_calc_signature()
H A Dcached_dir.c145 struct smb_rqst rqst[2]; in open_cached_dir()
H A Dsmb2inode.c174 struct smb_rqst *rqst, int *num_rqst)
217 struct smb_rqst *rqst; in smb2_compound_op()
1081 struct smb_rqst rqst[2]; in smb2_query_path_info()
H A Dsmbdirect.c2524 int num_rqst, struct smb_rqst *rqst_array) in smbd_send()
2529 struct smb_rqst *rqst; in smbd_send()