Searched refs:smb2_read_rsp (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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 | 6472 struct smb2_read_rsp *rsp; in smb2_read_pipe() 6498 offsetof(struct smb2_read_rsp, Buffer), in smb2_read_pipe() 6507 offsetof(struct smb2_read_rsp, Buffer)); in smb2_read_pipe() 6583 struct smb2_read_rsp *rsp; in smb2_read() 6711 offsetof(struct smb2_read_rsp, Buffer), in smb2_read()
|
/linux-6.12.1/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 | 1930 struct smb2_read_rsp *rsp = (struct smb2_read_rsp *)buf; in smb2_read_data_offset() 1938 struct smb2_read_rsp *rsp = (struct smb2_read_rsp *)buf; in smb2_read_data_length() 5701 .read_rsp_size = sizeof(struct smb2_read_rsp), 5723 .read_rsp_size = sizeof(struct smb2_read_rsp), 5744 .read_rsp_size = sizeof(struct smb2_read_rsp), 5765 .read_rsp_size = sizeof(struct smb2_read_rsp), 5786 .read_rsp_size = sizeof(struct smb2_read_rsp), 5807 .read_rsp_size = sizeof(struct smb2_read_rsp), 5828 .read_rsp_size = sizeof(struct smb2_read_rsp),
|
D | smb2pdu.c | 4737 struct smb2_read_rsp *rsp = NULL; in SMB2_read() 4764 rsp = (struct smb2_read_rsp *)rsp_iov.iov_base; in SMB2_read()
|
/linux-6.12.1/fs/smb/common/ |
D | smb2pdu.h | 762 struct smb2_read_rsp { struct
|