| /linux/fs/smb/client/ |
| H A D | fs_context.h | 209 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 D | dfs.c | 24 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 D | fs_context.c | 216 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 D | cifsproto.h | 21 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 D | namespace.c | 174 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 D | dfs.h | 156 struct smb3_fs_context *ctx); 168 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
|
| H A D | cifsfs.h | 141 struct smb3_fs_context; 143 struct smb3_fs_context *old_ctx);
|
| H A D | connect.c | 1582 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 D | cifs_fs_sb.h | 56 struct smb3_fs_context *ctx;
|
| H A D | cifsglob.h | 304 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 D | smb1ops.c | 22 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 D | reparse.c | 604 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 D | cifsfs.c | 952 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 D | dir.c | 39 cifs_build_path_to_root(struct smb3_fs_context *ctx, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
|
| H A D | sess.c | 485 struct smb3_fs_context *ctx; in cifs_ses_add_channel()
|
| H A D | smb2ops.c | 482 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()
|