Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dfs_context.c385 ctx->ops = &smb30_operations; in cifs_parse_smb_version()
389 ctx->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
397 ctx->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
401 ctx->ops = &smb30_operations; in cifs_parse_smb_version()
1610 ctx->ops = &smb30_operations; in smb3_init_fs_context()
Dcifsglob.h2056 extern struct smb_version_operations smb30_operations;
Dsmb2ops.c5353 struct smb_version_operations smb30_operations = { variable