Searched refs:smb2_write_req (Results 1 – 5 of 5) sorted by relevance
140 if (((struct smb2_write_req *)hdr)->DataOffset) { in smb2_get_data_area_len()141 *off = le16_to_cpu(((struct smb2_write_req *)hdr)->DataOffset); in smb2_get_data_area_len()142 *len = le32_to_cpu(((struct smb2_write_req *)hdr)->Length); in smb2_get_data_area_len()146 *off = le16_to_cpu(((struct smb2_write_req *)hdr)->WriteChannelInfoOffset); in smb2_get_data_area_len()147 *len = le16_to_cpu(((struct smb2_write_req *)hdr)->WriteChannelInfoLength); in smb2_get_data_area_len()265 static inline int smb2_write_req_len(struct smb2_write_req *h) in smb2_write_req_len()
860 struct smb2_write_req { struct
6257 struct smb2_write_req *req = work->request_buf; in smb2_write_pipe()6269 (offsetof(struct smb2_write_req, Buffer) - 4)) { in smb2_write_pipe()6319 struct smb2_write_req *req, in smb2_write_rdma_channel()6374 struct smb2_write_req *req; in smb2_write()6427 (offsetof(struct smb2_write_req, Buffer) - 4)) { in smb2_write()
4313 struct smb2_write_req *req = NULL; in smb2_async_writev()4342 offsetof(struct smb2_write_req, Buffer)); in smb2_async_writev()4380 cpu_to_le16(offsetof(struct smb2_write_req, Buffer)); in smb2_async_writev()4457 struct smb2_write_req *req = NULL; in SMB2_write()4494 offsetof(struct smb2_write_req, Buffer)); in SMB2_write()
1338 struct smb2_write_req { struct