Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h167 struct smb3_fs_context { struct
292 extern void smb3_cleanup_fs_context_contents(struct smb3_fs_context *ctx); argument
293 extern void smb3_cleanup_fs_context(struct smb3_fs_context *ctx);
295 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context()
300 extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx);
H A Ddfs.c22 struct smb3_fs_context *ctx) in dfs_parse_target_referral()
58 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()
74 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in add_root_smb_session()
85 static inline int parse_dfs_target(struct smb3_fs_context *ctx, in parse_dfs_target()
102 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in set_ref_paths()
129 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_referral_walk()
216 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()
268 static int update_fs_context_dstaddr(struct smb3_fs_context *ctx) in update_fs_context_dstaddr()
284 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
H A Dfs_context.c202 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
259 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
309 struct smb3_fs_context *ctx) in parse_reparse_flavor()
342 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) in smb3_fs_context_dup()
375 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
526 char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx, char dirsep) in smb3_fs_context_fullpath()
553 smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx) in smb3_parse_devname()
703 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate()
776 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_get_tree_common()
807 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_free()
[all …]
H A Ddfs.h120 struct smb3_fs_context *ctx);
131 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
147 const struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_put_root_smb_sessions()
H A Dnamespace.c171 static void fs_context_set_ids(struct smb3_fs_context *ctx) in fs_context_set_ids()
195 struct smb3_fs_context *ctx, *cur_ctx; in cifs_do_automount()
196 struct smb3_fs_context tmp; in cifs_do_automount()
H A Dcifsproto.h19 struct smb3_fs_context;
77 extern char *cifs_build_path_to_root(struct smb3_fs_context *ctx,
88 extern char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx,
90 extern int smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx);
268 extern int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx);
304 cifs_get_tcp_session(struct smb3_fs_context *ctx,
381 struct smb3_fs_context *ctx);
597 cifs_find_tcp_session(struct smb3_fs_context *ctx);
602 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx);
H A Dcifsfs.h146 struct smb3_fs_context;
148 int flags, struct smb3_fs_context *ctx);
H A Dconnect.c1503 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_security()
1527 struct smb3_fs_context *ctx, in match_server()
1618 cifs_find_tcp_session(struct smb3_fs_context *ctx) in cifs_find_tcp_session()
1695 cifs_get_tcp_session(struct smb3_fs_context *ctx, in cifs_get_tcp_session()
1885 static int match_session(struct cifs_ses *ses, struct smb3_fs_context *ctx) in match_session()
1967 cifs_setup_ipc(struct cifs_ses *ses, struct smb3_fs_context *ctx) in cifs_setup_ipc()
2022 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_find_smb_ses()
2131 cifs_set_cifscreds(struct smb3_fs_context *ctx, struct cifs_ses *ses) in cifs_set_cifscreds()
2272 cifs_set_cifscreds(struct smb3_fs_context *ctx __attribute__((unused)), in cifs_set_cifscreds()
2289 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_get_smb_ses()
[all …]
H A Dcifs_fs_sb.h55 struct smb3_fs_context *ctx;
H A Dcifsglob.h269 struct smb3_fs_context;
337 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
339 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
660 struct smb3_fs_context *ctx;
1809 struct smb3_fs_context *fs_ctx;
H A Dreparse.c363 struct smb3_fs_context *ctx = CIFS_SB(inode->i_sb)->ctx; in wsl_set_xattrs()
462 struct smb3_fs_context *ctx = CIFS_SB(inode->i_sb)->ctx; in smb2_mknod_reparse()
H A Dsmb1ops.c440 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_wsize()
475 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_rsize()
H A Dcifsfs.c850 cifs_get_root(struct smb3_fs_context *ctx, struct super_block *sb) in cifs_get_root()
909 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount()
928 cifs_sb->ctx = kzalloc(sizeof(struct smb3_fs_context), GFP_KERNEL); in cifs_smb3_do_mount()
H A Ddir.c39 cifs_build_path_to_root(struct smb3_fs_context *ctx, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
H A Dsmb2ops.c438 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize()
453 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize()
485 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize()
501 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize()
H A Dsess.c516 struct smb3_fs_context *ctx; in cifs_ses_add_channel()