Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.c419 ctx->ops = &smb30_operations; in cifs_parse_smb_version()
423 ctx->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
431 ctx->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
435 ctx->ops = &smb30_operations; in cifs_parse_smb_version()
1714 ctx->ops = &smb30_operations; in smb3_init_fs_context()
H A Dcifsglob.h2137 extern struct smb_version_operations smb30_operations;
H A Dsmb2ops.c5324 struct smb_version_operations smb30_operations = { variable