Searched refs:smb3_fs_context (Results 1 – 16 of 16) sorted by relevance
/linux-6.14.4/fs/smb/client/ |
D | fs_context.h | 192 struct smb3_fs_context { struct 325 extern void smb3_cleanup_fs_context_contents(struct smb3_fs_context *ctx); argument 326 extern void smb3_cleanup_fs_context(struct smb3_fs_context *ctx); 328 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context() 333 extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx);
|
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()
|
D | fs_context.c | 215 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors() 263 cifs_parse_upcall_target(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_upcall_target() 295 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor() 346 struct smb3_fs_context *ctx) in parse_reparse_flavor() 383 struct smb3_fs_context *ctx) in parse_symlink_flavor() 431 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) in smb3_fs_context_dup() 468 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version() 619 char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx, char dirsep) in smb3_fs_context_fullpath() 646 smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx) in smb3_parse_devname() 796 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate() [all …]
|
D | cifsproto.h | 19 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, 380 struct smb3_fs_context *ctx); 586 cifs_find_tcp_session(struct smb3_fs_context *ctx); 591 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx);
|
D | namespace.c | 171 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()
|
D | cifsfs.h | 140 struct smb3_fs_context; 142 int flags, struct smb3_fs_context *ctx);
|
D | dfs.h | 155 struct smb3_fs_context *ctx); 167 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
|
D | connect.c | 1466 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_security() 1490 struct smb3_fs_context *ctx, in match_server() 1552 cifs_find_tcp_session(struct smb3_fs_context *ctx) in cifs_find_tcp_session() 1629 cifs_get_tcp_session(struct smb3_fs_context *ctx, in cifs_get_tcp_session() 1816 struct smb3_fs_context *ctx, in match_session() 1907 cifs_setup_ipc(struct cifs_ses *ses, struct smb3_fs_context *ctx) in cifs_setup_ipc() 1962 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_find_smb_ses() 2070 cifs_set_cifscreds(struct smb3_fs_context *ctx, struct cifs_ses *ses) in cifs_set_cifscreds() 2211 cifs_set_cifscreds(struct smb3_fs_context *ctx __attribute__((unused)), in cifs_set_cifscreds() 2228 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_get_smb_ses() [all …]
|
D | cifs_fs_sb.h | 55 struct smb3_fs_context *ctx;
|
D | cifsglob.h | 305 struct smb3_fs_context; 372 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); 374 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); 694 struct smb3_fs_context *ctx; 1800 struct smb3_fs_context *fs_ctx;
|
D | smb1ops.c | 440 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()
|
D | reparse.c | 598 struct smb3_fs_context *ctx = CIFS_SB(inode->i_sb)->ctx; in wsl_set_xattrs() 703 struct smb3_fs_context *ctx = CIFS_SB(inode->i_sb)->ctx; in smb2_mknod_reparse()
|
D | cifsfs.c | 886 cifs_get_root(struct smb3_fs_context *ctx, struct super_block *sb) in cifs_get_root() 945 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount() 964 cifs_sb->ctx = kzalloc(sizeof(struct smb3_fs_context), GFP_KERNEL); in cifs_smb3_do_mount()
|
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()
|
D | smb2ops.c | 474 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize() 489 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize() 521 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize() 537 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize()
|
D | sess.c | 456 struct smb3_fs_context *ctx; in cifs_ses_add_channel()
|