Searched refs:smb2_read_rsp (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/smb/server/ |
D | smb2ops.c | 29 .read_rsp_size = sizeof(struct smb2_read_rsp), 55 .read_rsp_size = sizeof(struct smb2_read_rsp), 82 .read_rsp_size = sizeof(struct smb2_read_rsp), 109 .read_rsp_size = sizeof(struct smb2_read_rsp),
|
D | smb2pdu.c | 6148 struct smb2_read_rsp *rsp; in smb2_read_pipe() 6174 offsetof(struct smb2_read_rsp, Buffer), in smb2_read_pipe() 6183 offsetof(struct smb2_read_rsp, Buffer)); in smb2_read_pipe() 6259 struct smb2_read_rsp *rsp; in smb2_read() 6387 offsetof(struct smb2_read_rsp, Buffer), in smb2_read()
|
/linux-6.6.21/fs/smb/client/ |
D | smb2misc.c | 360 *off = ((struct smb2_read_rsp *)shdr)->DataOffset; in smb2_get_data_area_len() 361 *len = le32_to_cpu(((struct smb2_read_rsp *)shdr)->DataLength); in smb2_get_data_area_len()
|
D | smb2ops.c | 1846 struct smb2_read_rsp *rsp = (struct smb2_read_rsp *)buf; in smb2_read_data_offset() 1854 struct smb2_read_rsp *rsp = (struct smb2_read_rsp *)buf; in smb2_read_data_length() 5645 .read_rsp_size = sizeof(struct smb2_read_rsp), 5667 .read_rsp_size = sizeof(struct smb2_read_rsp), 5688 .read_rsp_size = sizeof(struct smb2_read_rsp), 5709 .read_rsp_size = sizeof(struct smb2_read_rsp), 5730 .read_rsp_size = sizeof(struct smb2_read_rsp), 5751 .read_rsp_size = sizeof(struct smb2_read_rsp), 5772 .read_rsp_size = sizeof(struct smb2_read_rsp),
|
D | smb2pdu.c | 4509 struct smb2_read_rsp *rsp = NULL; in SMB2_read() 4536 rsp = (struct smb2_read_rsp *)rsp_iov.iov_base; in SMB2_read()
|
/linux-6.6.21/fs/smb/common/ |
D | smb2pdu.h | 751 struct smb2_read_rsp { struct
|