Lines Matching defs:dfs_path
3186 if (tcon->dfs_path)
4582 /* Check if a path component is remote and then update @dfs_path accordingly */
4585 struct cifs_tcon *tcon, char **dfs_path)
4600 * the components is -EREMOTE, then update @dfs_path with the next DFS referral request path
4643 kfree(*dfs_path);
4644 *dfs_path = npath;
4750 * only the root path is set in cifs_sb->origin_fullpath and tcon->dfs_path. And for DFS
4760 tcon->dfs_path = full_path;
5371 if (!tcon->dfs_path || dfs_cache_noreq_find(tcon->dfs_path + 1, &ref, &tl)) {
5394 rc = dfs_cache_get_tgt_share(tcon->dfs_path + 1, it, &share, &prefix);
5441 rc = dfs_cache_noreq_update_tgthint(tcon->dfs_path + 1, it);