Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifsglob.h314 struct smb_version_operations { struct
719 struct smb_version_operations *ops;
2125 extern struct smb_version_operations smb1_operations;
2127 extern struct smb_version_operations smb20_operations;
2131 extern struct smb_version_operations smb21_operations;
2138 extern struct smb_version_operations smb30_operations;
2146 extern struct smb_version_operations smb311_operations;
H A Ddfs.c342 const struct smb_version_operations *ops = tcon->ses->server->ops; in tree_connect_dfs_target()
390 const struct smb_version_operations *ops = server->ops; in cifs_tree_connect()
H A Dfs_context.h315 struct smb_version_operations *ops;
H A Dcifsacl.c1567 struct smb_version_operations *ops; in cifs_acl_to_fattr()
1620 struct smb_version_operations *ops; in id_mode_to_cifs_acl()
H A Dsmb1ops.c1320 struct smb_version_operations smb1_operations = {
H A Dsmb2ops.c5257 struct smb_version_operations smb20_operations = {
5359 struct smb_version_operations smb21_operations = {
5463 struct smb_version_operations smb30_operations = {
5579 struct smb_version_operations smb311_operations = {
H A Dconnect.c4645 const struct smb_version_operations *ops = tcon->ses->server->ops; in cifs_tree_connect()