Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dsmb2misc.c130 *off = le16_to_cpu(((struct smb2_read_req *)hdr)->ReadChannelInfoOffset); in smb2_get_data_area_len()
131 *len = le16_to_cpu(((struct smb2_read_req *)hdr)->ReadChannelInfoLength); in smb2_get_data_area_len()
257 static inline int smb2_read_req_len(struct smb2_read_req *h) in smb2_read_req_len()
Dsmb2pdu.c6120 struct smb2_read_req *req = smb2_get_msg(work->request_buf); in smb2_read_pipe()
6196 struct smb2_read_req *req, void *data_buf, in smb2_read_rdma_channel()
6220 struct smb2_read_req *req; in smb2_read()
6247 if (ch_offset < offsetof(struct smb2_read_req, Buffer)) { in smb2_read()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h704 struct smb2_read_req { struct
/Linux-v6.1/fs/cifs/
Dsmb2pdu.c4060 struct smb2_read_req *req = NULL; in smb2_new_read_req()
4110 cpu_to_le16(offsetof(struct smb2_read_req, Buffer)); in smb2_new_read_req()
4314 struct smb2_read_req *req = NULL; in SMB2_read()