Home
last modified time | relevance | path

Searched defs:mnt_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Ddfs.c56 static int get_session(struct cifs_mount_ctx *mnt_ctx, const char *full_path) in get_session()
72 static void add_root_smb_session(struct cifs_mount_ctx *mnt_ctx) in add_root_smb_session()
98 static int set_ref_paths(struct cifs_mount_ctx *mnt_ctx, in set_ref_paths()
126 static int __dfs_referral_walk(struct cifs_mount_ctx *mnt_ctx, in __dfs_referral_walk()
196 static int dfs_referral_walk(struct cifs_mount_ctx *mnt_ctx) in dfs_referral_walk()
213 static int __dfs_mount_share(struct cifs_mount_ctx *mnt_ctx) in __dfs_mount_share()
282 int dfs_mount_share(struct cifs_mount_ctx *mnt_ctx, bool *isdfs) in dfs_mount_share()
H A Ddfs.h128 static inline int dfs_get_referral(struct cifs_mount_ctx *mnt_ctx, const char *path, in dfs_get_referral()
145 static inline void dfs_put_root_smb_sessions(struct cifs_mount_ctx *mnt_ctx) in dfs_put_root_smb_sessions()
H A Dconnect.c3320 void cifs_mount_put_conns(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_put_conns()
3337 int cifs_mount_get_session(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_get_session()
3384 int cifs_mount_get_tcon(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_get_tcon()
3561 int cifs_is_path_remote(struct cifs_mount_ctx *mnt_ctx) in cifs_is_path_remote()
3607 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local
3648 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local