Home
last modified time | relevance | path

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

/linux/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