Searched refs:read_rsp_size (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/smb/server/ |
| H A 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),
|
| H A D | smb_common.h | 363 size_t read_rsp_size; member
|
| /linux-6.15/fs/smb/client/ |
| H A D | smb2ops.c | 4672 data_offset = server->vals->read_rsp_size; in handle_read_data() 4783 dw->server->vals->read_rsp_size, in smb2_decrypt_offload() 4851 server->vals->read_rsp_size; in receive_encrypted_read() 4907 server->vals->read_rsp_size, in receive_encrypted_read() 5707 .read_rsp_size = sizeof(struct smb2_read_rsp), 5729 .read_rsp_size = sizeof(struct smb2_read_rsp), 5750 .read_rsp_size = sizeof(struct smb2_read_rsp), 5771 .read_rsp_size = sizeof(struct smb2_read_rsp), 5792 .read_rsp_size = sizeof(struct smb2_read_rsp), 5813 .read_rsp_size = sizeof(struct smb2_read_rsp), [all …]
|
| H A D | transport.c | 1711 len = min_t(unsigned int, buflen, server->vals->read_rsp_size) - in cifs_readv_receive() 1753 if (server->total_read < server->vals->read_rsp_size) { in cifs_readv_receive() 1756 server->vals->read_rsp_size); in cifs_readv_receive()
|
| H A D | smb1ops.c | 1417 .read_rsp_size = sizeof(READ_RSP),
|
| H A D | cifsglob.h | 649 size_t read_rsp_size; member
|