Lines Matching defs:mnt_ctx
3193 static inline void mount_put_conns(struct mount_ctx *mnt_ctx) in mount_put_conns()
3208 static int mount_get_conns(struct mount_ctx *mnt_ctx) in mount_get_conns()
3347 static int mount_get_dfs_conns(struct mount_ctx *mnt_ctx) in mount_get_dfs_conns()
3403 static int expand_dfs_referral(struct mount_ctx *mnt_ctx, const char *full_path, in expand_dfs_referral()
3537 static int is_path_remote(struct mount_ctx *mnt_ctx) in is_path_remote()
3597 static void set_root_ses(struct mount_ctx *mnt_ctx) in set_root_ses()
3608 static int is_dfs_mount(struct mount_ctx *mnt_ctx, bool *isdfs, struct dfs_cache_tgt_list *root_tl) in is_dfs_mount()
3639 static int connect_dfs_target(struct mount_ctx *mnt_ctx, const char *full_path, in connect_dfs_target()
3675 static int connect_dfs_root(struct mount_ctx *mnt_ctx, struct dfs_cache_tgt_list *root_tl) in connect_dfs_root()
3720 static int __follow_dfs_link(struct mount_ctx *mnt_ctx) in __follow_dfs_link()
3769 static int follow_dfs_link(struct mount_ctx *mnt_ctx) in follow_dfs_link()
3802 static void setup_server_referral_paths(struct mount_ctx *mnt_ctx) in setup_server_referral_paths()
3817 struct mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local
3877 struct mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local