Searched refs:dfs_path (Results 1 – 4 of 4) sorted by relevance
154 kfree(buf_to_free->dfs_path); in tconInfoFree()1142 if (tcon->dfs_path && cifs_sb->origin_fullpath && in tcon_super_cb()1143 !strcasecmp(tcon->dfs_path, cifs_sb->origin_fullpath)) in tcon_super_cb()
1401 tcon->dfs_path) { in get_tcons()1407 ses->tcon_ipc->dfs_path) { in get_tcons()1550 path = tcon->dfs_path + 1; in refresh_tcon()
3163 if (tcon->dfs_path) in cifs_find_tcon()4565 struct cifs_tcon *tcon, char **dfs_path) in check_dfs_prepath() argument4623 kfree(*dfs_path); in check_dfs_prepath()4624 *dfs_path = npath; in check_dfs_prepath()4740 tcon->dfs_path = full_path; in cifs_mount()5350 if (!tcon->dfs_path) { in cifs_tree_connect()5360 rc = dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl); in cifs_tree_connect()5376 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix); in cifs_tree_connect()5423 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, it); in cifs_tree_connect()
1176 char *dfs_path; member