Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h209 struct smb3_fs_context { struct
365 void smb3_cleanup_fs_context_contents(struct smb3_fs_context *ctx);
366 void smb3_cleanup_fs_context(struct smb3_fs_context *ctx);
368 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context()
373 int smb3_fs_context_dup(struct smb3_fs_context *new_ctx,
374 struct smb3_fs_context *ctx);
400 struct smb3_fs_context *ctx, in cifs_negotiate_rsize()
412 struct smb3_fs_context *ctx, in cifs_negotiate_wsize()
424 struct smb3_fs_context *ctx, in cifs_negotiate_iosize()
H A Ddfs.c24 struct smb3_fs_context *ctx) in dfs_parse_target_referral()
60 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()
77 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in set_root_smb_session()
88 static inline int parse_dfs_target(struct smb3_fs_context *ctx, in parse_dfs_target()
104 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in setup_dfs_ref()
135 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in __dfs_referral_walk()
204 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()
251 static int update_fs_context_dstaddr(struct smb3_fs_context *ctx) in update_fs_context_dstaddr()
267 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
H A Dfs_context.c216 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
264 cifs_parse_upcall_target(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_upcall_target()
296 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
347 struct smb3_fs_context *ctx) in parse_reparse_flavor()
384 struct smb3_fs_context *ctx) in parse_symlink_flavor()
432 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) in smb3_fs_context_dup()
469 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
620 char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx, char dirsep) in smb3_fs_context_fullpath()
647 smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx) in smb3_parse_devname()
715 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_handle_conflicting_options()
[all …]
H A Dcifsproto.h21 struct smb3_fs_context;
79 char *cifs_build_path_to_root(struct smb3_fs_context *ctx,
90 char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx, char dirsep);
91 int smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx);
239 int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx);
273 struct TCP_Server_Info *cifs_get_tcp_session(struct smb3_fs_context *ctx,
327 struct TCP_Server_Info *cifs_find_tcp_session(struct smb3_fs_context *ctx);
334 struct smb3_fs_context *ctx);
H A Dnamespace.c174 static void fs_context_set_ids(struct smb3_fs_context *ctx) in fs_context_set_ids()
198 struct smb3_fs_context *ctx, *cur_ctx; in cifs_do_automount()
199 struct smb3_fs_context tmp; in cifs_do_automount()
H A Ddfs.h156 struct smb3_fs_context *ctx);
168 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
H A Dcifsfs.h141 struct smb3_fs_context;
143 struct smb3_fs_context *old_ctx);
H A Dconnect.c1582 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_security()
1606 struct smb3_fs_context *ctx, in match_server()
1668 cifs_find_tcp_session(struct smb3_fs_context *ctx) in cifs_find_tcp_session()
1745 cifs_get_tcp_session(struct smb3_fs_context *ctx, in cifs_get_tcp_session()
1931 struct smb3_fs_context *ctx, in match_session()
2071 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_find_smb_ses()
2176 cifs_set_cifscreds(struct smb3_fs_context *ctx, struct cifs_ses *ses) in cifs_set_cifscreds()
2319 cifs_set_cifscreds(struct smb3_fs_context *ctx __maybe_unused, in cifs_set_cifscreds()
2336 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_get_smb_ses()
2537 static int match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in match_tcon()
[all …]
H A Dcifs_fs_sb.h56 struct smb3_fs_context *ctx;
H A Dcifsglob.h304 struct smb3_fs_context;
373 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
375 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
673 struct smb3_fs_context *ctx;
1815 struct smb3_fs_context *fs_ctx;
H A Dsmb1ops.c22 struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx) in reset_cifs_unix_caps()
424 smb1_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb1_negotiate_wsize()
459 smb1_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb1_negotiate_rsize()
H A Dreparse.c604 struct smb3_fs_context *ctx = CIFS_SB(inode->i_sb)->ctx; in wsl_set_xattrs()
710 struct smb3_fs_context *ctx = CIFS_SB(inode->i_sb)->ctx; in mknod_reparse()
H A Dcifsfs.c952 cifs_get_root(struct smb3_fs_context *ctx, struct super_block *sb) in cifs_get_root()
1012 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount()
1030 cifs_sb->ctx = kzalloc_obj(struct smb3_fs_context); 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 Dsess.c485 struct smb3_fs_context *ctx; in cifs_ses_add_channel()
H A Dsmb2ops.c482 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize()
497 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize()
532 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize()
548 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize()