Searched refs:SMB30_PROT_ID (Results 1 – 4 of 4) sorted by relevance
847 req->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()854 req->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()948 else if (rsp->DialectRevision == cpu_to_le16(SMB30_PROT_ID)) in SMB2_negotiate()989 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate()1083 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()1092 pneg_inbuf->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()3580 io_parms->tcon->ses->server->dialect == SMB30_PROT_ID; in smb2_new_read_req()3990 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
237 #define SMB30_PROT_ID 0x0300 macro
2448 if (vol->rdma && vol->vals->protocol_id < SMB30_PROT_ID) { in cifs_parse_mount_options()2650 if (server->vals->protocol_id < SMB30_PROT_ID) in match_server()
5054 .protocol_id = SMB30_PROT_ID,