Searched refs:smb2_sync_hdr (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | smb2pdu.h | 104 struct smb2_sync_hdr { struct 121 struct smb2_sync_hdr sync_hdr; argument 161 struct smb2_sync_hdr sync_hdr; 214 struct smb2_sync_hdr sync_hdr; 307 struct smb2_sync_hdr sync_hdr; 330 struct smb2_sync_hdr sync_hdr; 347 struct smb2_sync_hdr sync_hdr; 356 struct smb2_sync_hdr sync_hdr; 362 struct smb2_sync_hdr sync_hdr; 373 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() 432 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base; in smb3_calc_signature() 496 struct smb2_sync_hdr *shdr = in smb2_sign_rqst() 497 (struct smb2_sync_hdr *)rqst->rq_iov[0].iov_base; in smb2_sign_rqst() 518 struct smb2_sync_hdr *shdr = in smb2_verify_signature() 519 (struct smb2_sync_hdr *)rqst->rq_iov[0].iov_base; in smb2_verify_signature() 564 struct smb2_sync_hdr *shdr) in smb2_seq_num_into_buf() 575 smb2_mid_entry_alloc(const struct smb2_sync_hdr *shdr, in smb2_mid_entry_alloc() 609 smb2_get_mid_entry(struct cifs_ses *ses, struct smb2_sync_hdr *shdr, in smb2_get_mid_entry() 672 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() 800 struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer; in smb2_handle_cancelled_mid() 833 struct smb2_sync_hdr *hdr; in smb311_update_preauth_hash() 841 hdr = (struct smb2_sync_hdr *)iov[0].iov_base; in smb311_update_preauth_hash()
|
D | smb2ops.c | 145 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)mid->resp_buf; in smb2_get_credits() 221 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_find_mid() 247 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_dump_detail() 1599 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_is_status_pending() 1617 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_is_session_expired() 1647 struct smb2_sync_hdr *shdr; in smb2_set_related() 1649 shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_related() 1658 struct smb2_sync_hdr *shdr; in smb2_set_next_command() 1669 shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_next_command() 2621 struct smb2_sync_hdr *shdr = in fill_transform_hdr() [all …]
|
D | smb2pdu.c | 97 smb2_hdr_assemble(struct smb2_sync_hdr *shdr, __le16 smb2_cmd, in smb2_hdr_assemble() 339 *total_len = parmsize + sizeof(struct smb2_sync_hdr); in fill_small_buf() 361 (struct smb2_sync_hdr *)(*request_buf), in __smb2_plain_req_init() 805 (struct smb2_sync_hdr *)rsp); in SMB2_negotiate() 3060 struct smb2_sync_hdr *shdr; in smb2_new_read_req() 3151 struct smb2_sync_hdr *shdr = in smb2_readv_callback() 3152 (struct smb2_sync_hdr *)rdata->iov[0].iov_base; in smb2_readv_callback() 3236 struct smb2_sync_hdr *shdr; in smb2_async_readv() 3275 shdr = (struct smb2_sync_hdr *)buf; in smb2_async_readv() 3467 struct smb2_sync_hdr *shdr; in smb2_async_writev() [all …]
|
D | smb2proto.h | 41 struct smb2_sync_hdr *shdr);
|
D | misc.c | 152 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 | 772 const struct smb2_sync_hdr *shdr) in revert_current_mid_from_hdr()
|
D | connect.c | 939 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buffer; in smb2_add_credits_from_hdr()
|