Home
last modified time | relevance | path

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

/fs/cifs/
Dfs_context.c72 vol->ops = &smb30_operations; in cifs_parse_smb_version()
76 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
84 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
88 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
Dcifsglob.h2003 extern struct smb_version_operations smb30_operations;
Dconnect.c1459 vol->ops = &smb30_operations; in cifs_parse_mount_options()
Dsmb2ops.c5331 struct smb_version_operations smb30_operations = { variable