Searched refs:temp_unc (Results 1 – 1 of 1) sorted by relevance
2857 char *temp_unc; in get_dfs_path() local2867 temp_unc = kmalloc(2 /* for slashes */ + in get_dfs_path()2870 if (temp_unc == NULL) in get_dfs_path()2872 temp_unc[0] = '\\'; in get_dfs_path()2873 temp_unc[1] = '\\'; in get_dfs_path()2874 strcpy(temp_unc + 2, ses->serverName); in get_dfs_path()2875 strcpy(temp_unc + 2 + strlen(ses->serverName), "\\IPC$"); in get_dfs_path()2876 rc = ses->server->ops->tree_connect(xid, ses, temp_unc, NULL, in get_dfs_path()2879 kfree(temp_unc); in get_dfs_path()