Home
last modified time | relevance | path

Searched refs:smb30_operations (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/cifs/
Dcifsglob.h1615 extern struct smb_version_operations smb30_operations;
Dconnect.c1129 vol->ops = &smb30_operations; in cifs_parse_smb_version()
1133 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
Dsmb2ops.c1558 struct smb_version_operations smb30_operations = { variable