Searched refs:smb2_sync_hdr (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | smb2pdu.h | 105 struct smb2_sync_hdr {  struct122 	struct smb2_sync_hdr sync_hdr;  argument
 164 	struct smb2_sync_hdr sync_hdr;
 219 	struct smb2_sync_hdr sync_hdr;
 340 	struct smb2_sync_hdr sync_hdr;
 363 	struct smb2_sync_hdr sync_hdr;
 380 	struct smb2_sync_hdr sync_hdr;
 389 	struct smb2_sync_hdr sync_hdr;
 395 	struct smb2_sync_hdr sync_hdr;
 406 	struct smb2_sync_hdr sync_hdr;
 [all …]
 
 | 
| D | smb2transport.c | 172 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base;  in smb2_calc_signature()433 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base;  in smb3_calc_signature()
 497 	struct smb2_sync_hdr *shdr =  in smb2_sign_rqst()
 498 			(struct smb2_sync_hdr *)rqst->rq_iov[0].iov_base;  in smb2_sign_rqst()
 519 	struct smb2_sync_hdr *shdr =  in smb2_verify_signature()
 520 			(struct smb2_sync_hdr *)rqst->rq_iov[0].iov_base;  in smb2_verify_signature()
 566 		      struct smb2_sync_hdr *shdr)  in smb2_seq_num_into_buf()
 577 smb2_mid_entry_alloc(const struct smb2_sync_hdr *shdr,  in smb2_mid_entry_alloc()
 613 smb2_get_mid_entry(struct cifs_ses *ses, struct smb2_sync_hdr *shdr,  in smb2_get_mid_entry()
 681 	struct smb2_sync_hdr *shdr =  in smb2_setup_request()
 [all …]
 
 | 
| D | smb2misc.c | 34 check_smb2_hdr(struct smb2_sync_hdr *shdr, __u64 mid)  in check_smb2_hdr()96 static __u32 get_neg_ctxt_len(struct smb2_sync_hdr *hdr, __u32 len,  in get_neg_ctxt_len()
 133 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf;  in smb2_check_message()
 139 	int hdr_size = sizeof(struct smb2_sync_hdr);  in smb2_check_message()
 303 smb2_get_data_area_len(int *off, int *len, struct smb2_sync_hdr *shdr)  in smb2_get_data_area_len()
 405 	struct smb2_sync_hdr *shdr = &pdu->sync_hdr;  in smb2_calc_size()
 750 	struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer;  in smb2_handle_cancelled_mid()
 790 	struct smb2_sync_hdr *hdr;  in smb311_update_preauth_hash()
 798 		hdr = (struct smb2_sync_hdr *)iov[0].iov_base;  in smb311_update_preauth_hash()
 
 | 
| D | smb2ops.c | 154 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)mid->resp_buf;  in smb2_get_credits()271 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf;  in smb2_find_mid()
 297 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf;  in smb2_dump_detail()
 2059 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf;  in smb2_is_status_pending()
 2077 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf;  in smb2_is_session_expired()
 2107 	struct smb2_sync_hdr *shdr;  in smb2_set_related()
 2109 	shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base);  in smb2_set_related()
 2122 	struct smb2_sync_hdr *shdr;  in smb2_set_next_command()
 2128 	shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base);  in smb2_set_next_command()
 3515 	struct smb2_sync_hdr *shdr =  in fill_transform_hdr()
 [all …]
 
 | 
| D | smb2pdu.c | 100 smb2_hdr_assemble(struct smb2_sync_hdr *shdr, __le16 smb2_cmd,  in smb2_hdr_assemble()421 	*total_len = parmsize + sizeof(struct smb2_sync_hdr);  in fill_small_buf()
 450 		       (struct smb2_sync_hdr *)(*request_buf),  in smb2_plain_req_init()
 957 					       (struct smb2_sync_hdr *)rsp);  in SMB2_negotiate()
 3496 	struct smb2_sync_hdr *shdr;  in smb2_new_read_req()
 3592 	struct smb2_sync_hdr *shdr =  in smb2_readv_callback()
 3593 				(struct smb2_sync_hdr *)rdata->iov[0].iov_base;  in smb2_readv_callback()
 3675 	struct smb2_sync_hdr *shdr;  in smb2_async_readv()
 3705 	shdr = (struct smb2_sync_hdr *)buf;  in smb2_async_readv()
 3901 	struct smb2_sync_hdr *shdr;  in smb2_async_writev()
 [all …]
 
 | 
| D | smb2proto.h | 41 				    struct smb2_sync_hdr *shdr);
 | 
| D | misc.c | 163 	size_t buf_size = sizeof(struct smb2_sync_hdr);  in cifs_buf_get()
 | 
| D | smb2maperror.c | 2455 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf;  in map_smb2_to_linux_error()
 | 
| D | cifsglob.h | 854 			    const struct smb2_sync_hdr *shdr)  in revert_current_mid_from_hdr()
 | 
| D | connect.c | 1096 	struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buffer;  in smb2_add_credits_from_hdr()
 |