Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dmisc.c154 kfree(buf_to_free->dfs_path); in tconInfoFree()
1147 if (tcon->dfs_path && cifs_sb->origin_fullpath && in tcon_super_cb()
1148 !strcasecmp(tcon->dfs_path, cifs_sb->origin_fullpath)) in tcon_super_cb()
Ddfs_cache.c1402 tcon->dfs_path) { in get_tcons()
1408 ses->tcon_ipc->dfs_path) { in get_tcons()
1551 path = tcon->dfs_path + 1; in refresh_tcon()
Dconnect.c3186 if (tcon->dfs_path) in cifs_find_tcon()
4585 struct cifs_tcon *tcon, char **dfs_path) in check_dfs_prepath() argument
4643 kfree(*dfs_path); in check_dfs_prepath()
4644 *dfs_path = npath; in check_dfs_prepath()
4760 tcon->dfs_path = full_path; in cifs_mount()
5371 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) { in cifs_tree_connect()
5394 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix); in cifs_tree_connect()
5441 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, it); in cifs_tree_connect()
Dcifsglob.h1179 char *dfs_path; member