Home
last modified time | relevance | path

Searched refs:dfs_path (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/cifs/
Dmisc.c142 kfree(buf_to_free->dfs_path); in tconInfoFree()
1300 if (tcon->dfs_path && cifs_sb->origin_fullpath && in tcon_super_cb()
1301 !strcasecmp(tcon->dfs_path, cifs_sb->origin_fullpath)) in tcon_super_cb()
Dconnect.c3390 struct cifs_tcon *tcon, char **dfs_path) in next_dfs_prepath() argument
3421 kfree(*dfs_path); in next_dfs_prepath()
3422 *dfs_path = npath; in next_dfs_prepath()
3589 tcon->dfs_path = ref_path; in cifs_mount()
4165 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) { in cifs_tree_connect()
4188 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix); in cifs_tree_connect()
4235 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, it); in cifs_tree_connect()
Ddfs_cache.c1369 const char *path = tcon->dfs_path + 1; in refresh_tcon()
1446 if (!tcon->dfs_path) { in dfs_cache_remount_fs()
1503 if (tcon->dfs_path) { in refresh_mounts()
Dcifsglob.h1093 char *dfs_path; /* canonical DFS path */ member