Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifsglob.h248 struct smb_version_operations { struct
634 struct smb_version_operations *ops;
2043 extern struct smb_version_operations smb1_operations;
2045 extern struct smb_version_operations smb20_operations;
2049 extern struct smb_version_operations smb21_operations;
2056 extern struct smb_version_operations smb30_operations;
2064 extern struct smb_version_operations smb311_operations;
Dfs_context.h254 struct smb_version_operations *ops;
Ddfs.c443 const struct smb_version_operations *ops = server->ops; in __tree_connect_dfs_target()
551 const struct smb_version_operations *ops = server->ops; in cifs_tree_connect()
Dcifsacl.c1535 struct smb_version_operations *ops; in cifs_acl_to_fattr()
1588 struct smb_version_operations *ops; in id_mode_to_cifs_acl()
Dsmb1ops.c1181 struct smb_version_operations smb1_operations = {
Dsmb2ops.c5149 struct smb_version_operations smb20_operations = {
5250 struct smb_version_operations smb21_operations = {
5353 struct smb_version_operations smb30_operations = {
5467 struct smb_version_operations smb311_operations = {
Dconnect.c4175 const struct smb_version_operations *ops = tcon->ses->server->ops; in cifs_tree_connect()