Home
last modified time | relevance | path

Searched refs:smb2_read_req (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/server/
H A Dsmb2misc.c146 *off = le16_to_cpu(((struct smb2_read_req *)hdr)->ReadChannelInfoOffset); in smb2_get_data_area_len()
147 *len = le16_to_cpu(((struct smb2_read_req *)hdr)->ReadChannelInfoLength); in smb2_get_data_area_len()
277 static inline int smb2_read_req_len(struct smb2_read_req *h) in smb2_read_req_len()
H A Dsmb2pdu.c482 struct smb2_read_req *read_req = in init_chained_smb2_rsp()
483 (struct smb2_read_req *)req; in init_chained_smb2_rsp()
8606 struct smb2_read_req *req; in smb2_read_pipe()
8719 struct smb2_read_req *req, in smb2_prep_rdma_read()
8937 struct smb2_read_req *req, void *data_buf, in smb2_read_rdma()
8961 struct smb2_read_req *req; in smb2_read()
9026 ch_offset < offsetof(struct smb2_read_req, Buffer) || in smb2_read()
/linux/fs/smb/common/
H A Dsmb2pdu.h769 struct smb2_read_req { struct
/linux/fs/smb/client/
H A Dsmb2pdu.c4559 struct smb2_read_req *req = NULL; in smb2_new_read_req()
4611 cpu_to_le16(offsetof(struct smb2_read_req, Buffer)); in smb2_new_read_req()
4911 struct smb2_read_req *req = NULL; in SMB2_read()