Home
last modified time | relevance | path

Searched refs:smb2_sync_hdr (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h94 struct smb2_sync_hdr { struct
111 #define SMB2_READWRITE_PDU_HEADER_SIZE (48 + sizeof(struct smb2_sync_hdr)) argument
114 struct smb2_sync_hdr sync_hdr;
217 struct smb2_sync_hdr sync_hdr;
276 struct smb2_sync_hdr sync_hdr;
475 struct smb2_sync_hdr sync_hdr;
498 struct smb2_sync_hdr sync_hdr;
515 struct smb2_sync_hdr sync_hdr;
524 struct smb2_sync_hdr sync_hdr;
530 struct smb2_sync_hdr sync_hdr;
[all …]
Dsmb2transport.c216 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base; in smb2_calc_signature()
537 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base; in smb3_calc_signature()
614 struct smb2_sync_hdr *shdr; in smb2_sign_rqst()
619 shdr = (struct smb2_sync_hdr *)rqst->rq_iov[0].iov_base; in smb2_sign_rqst()
645 struct smb2_sync_hdr *shdr = in smb2_verify_signature()
646 (struct smb2_sync_hdr *)rqst->rq_iov[0].iov_base; in smb2_verify_signature()
692 struct smb2_sync_hdr *shdr) in smb2_seq_num_into_buf()
703 smb2_mid_entry_alloc(const struct smb2_sync_hdr *shdr, in smb2_mid_entry_alloc()
742 struct smb2_sync_hdr *shdr, struct mid_q_entry **mid) in smb2_get_mid_entry()
810 struct smb2_sync_hdr *shdr = in smb2_setup_request()
[all …]
Dsmb2misc.c22 check_smb2_hdr(struct smb2_sync_hdr *shdr, __u64 mid) in check_smb2_hdr()
84 #define SMB311_NEGPROT_BASE_SIZE (sizeof(struct smb2_sync_hdr) + sizeof(struct smb2_negotiate_rsp))
86 static __u32 get_neg_ctxt_len(struct smb2_sync_hdr *hdr, __u32 len, in get_neg_ctxt_len()
138 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_check_message()
144 int hdr_size = sizeof(struct smb2_sync_hdr); in smb2_check_message()
299 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()
819 struct smb2_sync_hdr *sync_hdr = mid->resp_buf; in smb2_handle_cancelled_mid()
859 struct smb2_sync_hdr *hdr; in smb311_update_preauth_hash()
862 hdr = (struct smb2_sync_hdr *)iov[0].iov_base; in smb311_update_preauth_hash()
Dsmb2ops.c328 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in __smb2_find_mid()
370 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_dump_detail()
2465 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_is_status_pending()
2492 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_is_session_expired()
2509 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_is_status_io_timeout()
2520 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in smb2_is_network_name_deleted()
2561 struct smb2_sync_hdr *shdr; in smb2_set_related()
2563 shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_related()
2576 struct smb2_sync_hdr *shdr; in smb2_set_next_command()
2582 shdr = (struct smb2_sync_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_next_command()
[all …]
Dsmb2pdu.c87 smb2_hdr_assemble(struct smb2_sync_hdr *shdr, __le16 smb2_cmd, in smb2_hdr_assemble()
347 *total_len = parmsize + sizeof(struct smb2_sync_hdr); in fill_small_buf()
370 (struct smb2_sync_hdr *)(*request_buf), in __smb2_plain_req_init()
1021 (struct smb2_sync_hdr *)rsp); in SMB2_negotiate()
3894 struct smb2_sync_hdr *shdr; in smb2_new_read_req()
3988 struct smb2_sync_hdr *shdr = in smb2_readv_callback()
3989 (struct smb2_sync_hdr *)rdata->iov[0].iov_base; in smb2_readv_callback()
4075 struct smb2_sync_hdr *shdr; in smb2_async_readv()
4108 shdr = (struct smb2_sync_hdr *)buf; in smb2_async_readv()
4314 struct smb2_sync_hdr *shdr; in smb2_async_writev()
[all …]
Dsmb2proto.h28 struct smb2_sync_hdr *shdr);
Dconnect.c680 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buffer; in smb2_get_credits_from_hdr()
881 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buffer; in smb2_add_credits_from_hdr()
Dsmb2maperror.c2442 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buf; in map_smb2_to_linux_error()
Dmisc.c155 size_t buf_size = sizeof(struct smb2_sync_hdr); in cifs_buf_get()
Dcifsglob.h779 const struct smb2_sync_hdr *shdr) in revert_current_mid_from_hdr()