Home
last modified time | relevance | path

Searched refs:smb3_fs_context (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/fs/cifs/
Dfs_context.h153 struct smb3_fs_context { struct
266 extern void smb3_cleanup_fs_context_contents(struct smb3_fs_context *ctx); argument
267 extern void smb3_cleanup_fs_context(struct smb3_fs_context *ctx);
269 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context()
274 extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx);
Dfs_context.c193 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
248 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
302 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) in smb3_fs_context_dup()
331 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
438 smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx) in smb3_parse_devname()
523 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_parse_monolithic()
581 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate()
644 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_get_tree_common()
671 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_free()
681 struct smb3_fs_context *new_ctx, in smb3_verify_reconfigure_ctx()
[all …]
Dcifsproto.h18 struct smb3_fs_context;
73 extern char *cifs_build_path_to_root(struct smb3_fs_context *ctx,
90 extern int smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx);
241 extern int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx);
273 extern struct TCP_Server_Info *cifs_get_tcp_session(struct smb3_fs_context *ctx);
349 struct smb3_fs_context *ctx);
549 cifs_setup_volume_info(struct smb3_fs_context *ctx, const char *mntopts, const char *devname);
552 cifs_find_tcp_session(struct smb3_fs_context *ctx);
557 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx);
Dconnect.c1195 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_security()
1217 static int match_server(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_server()
1264 cifs_find_tcp_session(struct smb3_fs_context *ctx) in cifs_find_tcp_session()
1346 cifs_get_tcp_session(struct smb3_fs_context *ctx) in cifs_get_tcp_session()
1509 static int match_session(struct cifs_ses *ses, struct smb3_fs_context *ctx) in match_session()
1560 cifs_setup_ipc(struct cifs_ses *ses, struct smb3_fs_context *ctx) in cifs_setup_ipc()
1634 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_find_smb_ses()
1715 cifs_set_cifscreds(struct smb3_fs_context *ctx, struct cifs_ses *ses) in cifs_set_cifscreds()
1852 cifs_set_cifscreds(struct smb3_fs_context *ctx __attribute__((unused)), in cifs_set_cifscreds()
1869 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_get_smb_ses()
[all …]
Dcifsfs.h147 struct smb3_fs_context;
149 int flags, struct smb3_fs_context *ctx);
Dcifs_fs_sb.h55 struct smb3_fs_context *ctx;
Dcifsglob.h197 struct smb3_fs_context;
263 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
265 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
555 struct smb3_fs_context *ctx;
Dcifsfs.c757 cifs_get_root(struct smb3_fs_context *ctx, struct super_block *sb) in cifs_get_root()
816 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount()
839 cifs_sb->ctx = kzalloc(sizeof(struct smb3_fs_context), GFP_KERNEL); in cifs_smb3_do_mount()
Dsmb1ops.c432 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_wsize()
467 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_rsize()
Ddir.c38 cifs_build_path_to_root(struct smb3_fs_context *ctx, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
Dsess.c172 struct smb3_fs_context ctx = {NULL}; in cifs_ses_add_channel()
Dsmb2ops.c402 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize()
417 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize()
449 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize()
465 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize()