Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2pdu.c636 req->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
643 req->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
730 else if (rsp->DialectRevision == cpu_to_le16(SMB30_PROT_ID)) in SMB2_negotiate()
857 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
866 pneg_inbuf->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
3016 io_parms->tcon->ses->server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
3402 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
Dsmb2pdu.h231 #define SMB30_PROT_ID 0x0300 macro
Dconnect.c2069 if (vol->rdma && vol->vals->protocol_id < SMB30_PROT_ID) { in cifs_parse_mount_options()
Dsmb2ops.c3698 .protocol_id = SMB30_PROT_ID,