Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dconnect.c1516 vol->ops = &smb30_operations; in cifs_parse_smb_version()
1520 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
1528 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
1532 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
1670 vol->ops = &smb30_operations; in cifs_parse_mount_options()
Dcifsglob.h1930 extern struct smb_version_operations smb30_operations;
Dsmb2ops.c4635 struct smb_version_operations smb30_operations = { variable