Searched refs:smb3_fs_context (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/cifs/ |
| A D | fs_context.h | 154 struct smb3_fs_context { struct 269 extern void smb3_cleanup_fs_context_contents(struct smb3_fs_context *ctx); argument 270 extern void smb3_cleanup_fs_context(struct smb3_fs_context *ctx); 272 static inline struct smb3_fs_context *smb3_fc2context(const struct fs_context *fc) in smb3_fc2context() 277 extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx);
|
| A D | fs_context.c | 303 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) in smb3_fs_context_dup() 570 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_parse_monolithic() 628 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate() 691 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_get_tree_common() 718 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_free() 728 struct smb3_fs_context *new_ctx, in smb3_verify_reconfigure_ctx() 729 struct smb3_fs_context *old_ctx) in smb3_verify_reconfigure_ctx() 791 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_reconfigure() 837 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_parse_param() 1465 struct smb3_fs_context *ctx; in smb3_init_fs_context() [all …]
|
| A D | cifsproto.h | 18 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 cifs_get_tcp_session(struct smb3_fs_context *ctx, 350 struct smb3_fs_context *ctx); 550 cifs_setup_volume_info(struct smb3_fs_context *ctx, const char *mntopts, const char *devname); 553 cifs_find_tcp_session(struct smb3_fs_context *ctx); 558 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx);
|
| A D | connect.c | 66 struct smb3_fs_context *fs_ctx; 2495 struct smb3_fs_context *ctx; in cifs_match_super() 2912 struct smb3_fs_context *ctx = cifs_sb->ctx; in cifs_setup_cifs_sb() 2984 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in mount_get_conns() 3172 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in expand_dfs_referral() 3307 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in is_path_remote() 3360 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in is_dfs_mount() 3425 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in connect_dfs_root() 3469 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __follow_dfs_link() 3513 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in follow_dfs_link() [all …]
|
| A D | cifsfs.h | 147 struct smb3_fs_context; 149 int flags, struct smb3_fs_context *ctx);
|
| A D | cifs_fs_sb.h | 55 struct smb3_fs_context *ctx;
|
| A D | cifsglob.h | 202 struct smb3_fs_context; 268 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); 270 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); 560 struct smb3_fs_context *ctx;
|
| A D | cifsfs.c | 756 cifs_get_root(struct smb3_fs_context *ctx, struct super_block *sb) in cifs_get_root() 815 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount() 838 cifs_sb->ctx = kzalloc(sizeof(struct smb3_fs_context), GFP_KERNEL); in cifs_smb3_do_mount()
|
| A D | smb1ops.c | 432 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()
|
| A D | dir.c | 38 cifs_build_path_to_root(struct smb3_fs_context *ctx, struct cifs_sb_info *cifs_sb, in cifs_build_path_to_root()
|
| A D | smb2ops.c | 402 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()
|
| A D | sess.c | 190 struct smb3_fs_context ctx = {NULL}; in cifs_ses_add_channel()
|
Completed in 42 milliseconds