Home
last modified time | relevance | path

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

/linux-6.14.4/fs/smb/client/
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()
Ddfs.h158 static inline char *dfs_get_path(struct cifs_sb_info *cifs_sb, const char *path) in dfs_get_path() function
Dconnect.c4129 origin_fullpath = dfs_get_path(cifs_sb, cifs_sb->ctx->source); in cifs_construct_tcon()