/fs/smb/common/ |
D | smb2pdu.h | 135 struct smb2_hdr { struct 179 struct smb2_hdr hdr; 187 struct smb2_hdr hdr; 328 struct smb2_hdr hdr; 373 struct smb2_hdr hdr; 383 struct smb2_hdr hdr; 389 struct smb2_hdr hdr; 590 struct smb2_hdr hdr; 605 struct smb2_hdr hdr; 632 struct smb2_hdr hdr; [all …]
|
/fs/smb/client/ |
D | smb2transport.c | 235 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base; in smb2_calc_signature() 559 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base; in smb3_calc_signature() 633 struct smb2_hdr *shdr; in smb2_sign_rqst() 638 shdr = (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_sign_rqst() 669 struct smb2_hdr *shdr = in smb2_verify_signature() 670 (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_verify_signature() 716 struct smb2_hdr *shdr) in smb2_seq_num_into_buf() 727 smb2_mid_entry_alloc(const struct smb2_hdr *shdr, in smb2_mid_entry_alloc() 767 struct smb2_hdr *shdr, struct mid_q_entry **mid) in smb2_get_mid_entry() 848 struct smb2_hdr *shdr = in smb2_setup_request() [all …]
|
D | smb2misc.c | 22 check_smb2_hdr(struct smb2_hdr *shdr, __u64 mid) in check_smb2_hdr() 84 #define SMB311_NEGPROT_BASE_SIZE (sizeof(struct smb2_hdr) + sizeof(struct smb2_negotiate_rsp)) 86 static __u32 get_neg_ctxt_len(struct smb2_hdr *hdr, __u32 len, in get_neg_ctxt_len() 139 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in smb2_check_message() 141 int hdr_size = sizeof(struct smb2_hdr); in smb2_check_message() 314 smb2_get_data_area_len(int *off, int *len, struct smb2_hdr *shdr) in smb2_get_data_area_len() 414 struct smb2_hdr *shdr = &pdu->hdr; in smb2_calc_size() 835 struct smb2_hdr *hdr = mid->resp_buf; in smb2_handle_cancelled_mid() 876 struct smb2_hdr *hdr; in smb311_update_preauth_hash() 879 hdr = (struct smb2_hdr *)iov[0].iov_base; in smb311_update_preauth_hash()
|
D | smb2ops.c | 354 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in __smb2_find_mid() 396 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in smb2_dump_detail() 919 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_is_path_accessible() 2370 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in smb2_is_status_pending() 2397 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in smb2_is_session_expired() 2415 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in smb2_is_status_io_timeout() 2426 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in smb2_is_network_name_deleted() 2469 struct smb2_hdr *shdr; in smb2_set_related() 2471 shdr = (struct smb2_hdr *)(rqst->rq_iov[0].iov_base); in smb2_set_related() 2484 struct smb2_hdr *shdr; in smb2_set_next_command() [all …]
|
D | smb2inode.c | 564 struct smb2_hdr *hdr = err_iov[0].iov_base; in smb2_query_path_info() 632 ((struct smb2_hdr *)err_iov[0].iov_base)->Command == SMB2_CREATE && in smb311_posix_query_path_info() 633 ((struct smb2_hdr *)err_iov[0].iov_base)->Status == STATUS_STOPPED_ON_SYMLINK) { in smb311_posix_query_path_info()
|
D | smb2pdu.h | 22 #define SMB2_READWRITE_PDU_HEADER_SIZE (48 + sizeof(struct smb2_hdr))
|
D | smb2pdu.c | 87 smb2_hdr_assemble(struct smb2_hdr *shdr, __le16 smb2_cmd, in smb2_hdr_assemble() 362 *total_len = parmsize + sizeof(struct smb2_hdr); in fill_small_buf() 390 (struct smb2_hdr *)(*request_buf), in __smb2_plain_req_init() 1074 (struct smb2_hdr *)rsp); in SMB2_negotiate() 4152 struct smb2_hdr *shdr; in smb2_new_read_req() 4244 struct smb2_hdr *shdr = in smb2_readv_callback() 4245 (struct smb2_hdr *)rdata->iov[0].iov_base; in smb2_readv_callback() 4334 struct smb2_hdr *shdr; in smb2_async_readv() 4368 shdr = (struct smb2_hdr *)buf; in smb2_async_readv() 4581 struct smb2_hdr *shdr; in smb2_async_writev() [all …]
|
D | smb2file.c | 122 struct smb2_hdr *hdr = err_iov.iov_base; in smb2_open_file()
|
D | smb2proto.h | 28 struct smb2_hdr *shdr);
|
D | smb2maperror.c | 2442 struct smb2_hdr *shdr = (struct smb2_hdr *)buf; in map_smb2_to_linux_error()
|
D | connect.c | 881 struct smb2_hdr *shdr = (struct smb2_hdr *)buffer; in smb2_get_credits_from_hdr() 1130 struct smb2_hdr *shdr = (struct smb2_hdr *)buffer; in smb2_add_credits_from_hdr()
|
D | misc.c | 163 size_t buf_size = sizeof(struct smb2_hdr); in cifs_buf_get()
|
D | cifsglob.h | 867 const struct smb2_hdr *shdr) in revert_current_mid_from_hdr()
|
/fs/smb/server/ |
D | smb2misc.c | 14 static int check_smb2_hdr(struct smb2_hdr *hdr) in check_smb2_hdr() 86 struct smb2_hdr *hdr) in smb2_get_data_area_len() 198 struct smb2_hdr *hdr = &pdu->hdr; in smb2_calc_size() 290 struct smb2_hdr *hdr) in smb2_validate_credit_charge() 359 struct smb2_hdr *hdr = &pdu->hdr; in ksmbd_smb2_check_message()
|
D | smb2ops.c | 27 .header_size = sizeof(struct smb2_hdr), 53 .header_size = sizeof(struct smb2_hdr), 80 .header_size = sizeof(struct smb2_hdr), 107 .header_size = sizeof(struct smb2_hdr),
|
D | smb_common.c | 137 struct smb2_hdr *smb2_hdr = ksmbd_req_buf_next(work); in ksmbd_verify_smb_message() local 140 if (smb2_hdr->ProtocolId == SMB2_PROTO_NUMBER) in ksmbd_verify_smb_message() 262 __le32 proto = ((struct smb2_hdr *)smb2_get_msg(buf))->ProtocolId; in ksmbd_negotiate_smb_dialect()
|
D | smb2pdu.c | 89 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_get_ksmbd_tcon() 170 struct smb2_hdr *hdr = smb2_get_msg(work->request_buf); in is_smb2_neg_cmd() 194 struct smb2_hdr *hdr = smb2_get_msg(work->response_buf); in is_smb2_rsp() 215 struct smb2_hdr *rcv_hdr; in get_smb2_cmd_val() 231 struct smb2_hdr *rsp_hdr; in set_smb2_rsp_status() 251 struct smb2_hdr *rsp_hdr; in init_smb2_neg_rsp() 257 memset(rsp_hdr, 0, sizeof(struct smb2_hdr) + 2); in init_smb2_neg_rsp() 312 struct smb2_hdr *req_hdr = ksmbd_req_buf_next(work); in smb2_set_rsp_credits() 313 struct smb2_hdr *hdr = ksmbd_resp_buf_next(work); in smb2_set_rsp_credits() 374 struct smb2_hdr *req = ksmbd_req_buf_next(work); in init_chained_smb2_rsp() [all …]
|
D | connection.c | 262 #define SMB2_MIN_SUPPORTED_HEADER_SIZE (sizeof(struct smb2_hdr) + 4) 352 if (((struct smb2_hdr *)smb2_get_msg(conn->request_buf))->ProtocolId == in ksmbd_conn_handler_loop()
|
D | oplock.c | 641 struct smb2_hdr *rsp_hdr; in __smb2_oplock_break_noti() 655 memset(rsp_hdr, 0, sizeof(struct smb2_hdr) + 2); in __smb2_oplock_break_noti() 751 struct smb2_hdr *rsp_hdr; in __smb2_lease_break_noti() 759 memset(rsp_hdr, 0, sizeof(struct smb2_hdr) + 2); in __smb2_lease_break_noti()
|
D | transport_rdma.c | 497 struct smb2_hdr *hdr = (struct smb2_hdr *)(recvmsg->packet in smb_direct_check_recvmsg()
|
D | auth.c | 921 struct smb2_hdr *rcv_hdr = smb2_get_msg(buf); in ksmbd_gen_preauth_integrity_hash()
|