Home
last modified time | relevance | path

Searched refs:SMB30_PROT_ID (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/cifs/
Dsmb2pdu.c812 req->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
819 req->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
912 else if (rsp->DialectRevision == cpu_to_le16(SMB30_PROT_ID)) in SMB2_negotiate()
1040 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
1049 pneg_inbuf->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
1518 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
3849 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4276 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
Dsmb2pdu.h296 #define SMB30_PROT_ID 0x0300 macro
Dsess.c90 if (ses->server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
Dconnect.c2213 if (vol->rdma && vol->vals->protocol_id < SMB30_PROT_ID) { in cifs_parse_mount_options()
2411 if (server->vals->protocol_id < SMB30_PROT_ID) in match_server()
Dsmb2ops.c5448 .protocol_id = SMB30_PROT_ID,