Home
last modified time | relevance | path

Searched refs:SMB10_PROT_ID (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/common/
H A Dsmb2pdu.h438 #define SMB10_PROT_ID 0x0000 /* local only, not sent on wire w/CIFS negprot */ macro
/linux/fs/smb/client/
H A Dsmb1ops.c1476 .protocol_id = SMB10_PROT_ID,
H A Dcifsglob.h838 return server->vals->protocol_id == SMB10_PROT_ID; in is_smb1()
H A Dinode.c2011 if (!sillyrename && server->vals->protocol_id > SMB10_PROT_ID) { in __cifs_unlink()
2649 server->vals->protocol_id > SMB10_PROT_ID);
H A Dcifsfs.c224 if ((tcon->ses->server->vals->protocol_id == SMB10_PROT_ID) && in cifs_read_super()
H A Dconnect.c2767 } else if (ses->server->vals->protocol_id == SMB10_PROT_ID) in cifs_get_tcon()