Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsglob.h207 struct smb_version_operations { struct
578 struct smb_version_operations *ops;
1886 extern struct smb_version_operations smb1_operations;
1889 extern struct smb_version_operations smb20_operations;
1892 extern struct smb_version_operations smb21_operations;
1899 extern struct smb_version_operations smb30_operations;
1907 extern struct smb_version_operations smb311_operations;
Dfs_context.h245 struct smb_version_operations *ops;
Dcifsacl.c1523 struct smb_version_operations *ops; in cifs_acl_to_fattr()
1576 struct smb_version_operations *ops; in id_mode_to_cifs_acl()
Dsmb1ops.c1147 struct smb_version_operations smb1_operations = {
Dsmb2ops.c5354 struct smb_version_operations smb20_operations = {
5453 struct smb_version_operations smb21_operations = {
5555 struct smb_version_operations smb30_operations = {
5669 struct smb_version_operations smb311_operations = {
Dconnect.c4148 const struct smb_version_operations *ops = server->ops; in cifs_tree_connect()
4247 const struct smb_version_operations *ops = tcon->ses->server->ops; in cifs_tree_connect()