Searched defs:mnt_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | dfs.c | 90 static int get_session(struct cifs_mount_ctx *mnt_ctx, const char *full_path) in get_session() 108 static void set_root_ses(struct cifs_mount_ctx *mnt_ctx) in set_root_ses() 119 static int get_dfs_conn(struct cifs_mount_ctx *mnt_ctx, const char *ref_path, const char *full_path, in get_dfs_conn() 161 static int __dfs_mount_share(struct cifs_mount_ctx *mnt_ctx) in __dfs_mount_share() 252 int dfs_mount_share(struct cifs_mount_ctx *mnt_ctx, bool *isdfs) in dfs_mount_share()
|
A D | dfs.h | 22 static inline int dfs_get_referral(struct cifs_mount_ctx *mnt_ctx, const char *path, in dfs_get_referral()
|
A D | connect.c | 3132 void cifs_mount_put_conns(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_put_conns() 3146 int cifs_mount_get_session(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_get_session() 3193 int cifs_mount_get_tcon(struct cifs_mount_ctx *mnt_ctx) in cifs_mount_get_tcon() 3360 int cifs_is_path_remote(struct cifs_mount_ctx *mnt_ctx) in cifs_is_path_remote() 3406 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local 3452 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount() local
|
Completed in 9 milliseconds