Home
last modified time | relevance | path

Searched refs:dfs_get_path (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/smb/client/
H A Ddfs.c117 ref_path = dfs_get_path(cifs_sb, ctx->UNC); in setup_dfs_ref()
119 ref_path = dfs_get_path(cifs_sb, full_path); in setup_dfs_ref()
210 origin_fullpath = dfs_get_path(cifs_sb, ctx->source); in __dfs_mount_share()
H A Ddfs.h158 static inline char *dfs_get_path(struct cifs_sb_info *cifs_sb, const char *path) in dfs_get_path() function
H A Dconnect.c4409 origin_fullpath = dfs_get_path(cifs_sb, cifs_sb->ctx->source); in cifs_construct_tcon()