Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.c421 ctx->ops = &smb30_operations; in cifs_parse_smb_version()
425 ctx->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
433 ctx->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
437 ctx->ops = &smb30_operations; in cifs_parse_smb_version()
1702 ctx->ops = &smb30_operations; in smb3_init_fs_context()
H A Dsmb2ops.c5457 struct smb_version_operations smb30_operations = { variable