Lines Matching refs:origin_fullpath
347 if (!cifs_sb || !cifs_sb->origin_fullpath)
358 cifs_dbg(FYI, "%s: UNC: %s\n", __func__, cifs_sb->origin_fullpath);
375 if (!cifs_sb->origin_fullpath)
377 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl);
555 rc = dfs_cache_noreq_update_tgthint(cifs_sb->origin_fullpath + 1,
561 rc = dfs_cache_update_vol(cifs_sb->origin_fullpath, server);
4750 * only the root path is set in cifs_sb->origin_fullpath and tcon->dfs_path. And for DFS
4754 cifs_sb->origin_fullpath = kstrndup(full_path, strlen(full_path), GFP_KERNEL);
4755 if (!cifs_sb->origin_fullpath) {
4766 rc = dfs_cache_add_vol(mntdata, vol, cifs_sb->origin_fullpath);
4793 kfree(cifs_sb->origin_fullpath);
5023 dfs_cache_del_vol(cifs_sb->origin_fullpath);
5024 kfree(cifs_sb->origin_fullpath);