Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Ddfs.c56 static int get_session(struct cifs_mount_ctx *mnt_ctx, const char *full_path) in get_session()
74 static int add_root_smb_session(struct cifs_mount_ctx *mnt_ctx) in add_root_smb_session()
111 static int set_ref_paths(struct cifs_mount_ctx *mnt_ctx, in set_ref_paths()
139 static int __dfs_referral_walk(struct cifs_mount_ctx *mnt_ctx, in __dfs_referral_walk()
212 static int dfs_referral_walk(struct cifs_mount_ctx *mnt_ctx) in dfs_referral_walk()
229 static int __dfs_mount_share(struct cifs_mount_ctx *mnt_ctx) in __dfs_mount_share()
286 int dfs_mount_share(struct cifs_mount_ctx *mnt_ctx, bool *isdfs) in dfs_mount_share()
Dconnect.c3304 void cifs_mount_put_conns(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_put_conns()
3318 int cifs_mount_get_session(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_get_session()
3365 int cifs_mount_get_tcon(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_get_tcon()
3542 int cifs_is_path_remote(struct cifs_mount_ctx *mnt_ctx) in cifs_is_path_remote()
3588 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local
3632 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local
Ddfs.h131 static inline int dfs_get_referral(struct cifs_mount_ctx *mnt_ctx, const char *path, in dfs_get_referral()