Searched refs:temp_unc (Results 1 – 1 of 1) sorted by relevance
2776 char *temp_unc; in get_dfs_path() local2786 temp_unc = kmalloc(2 /* for slashes */ + in get_dfs_path()2789 if (temp_unc == NULL) in get_dfs_path()2791 temp_unc[0] = '\\'; in get_dfs_path()2792 temp_unc[1] = '\\'; in get_dfs_path()2793 strcpy(temp_unc + 2, ses->serverName); in get_dfs_path()2794 strcpy(temp_unc + 2 + strlen(ses->serverName), "\\IPC$"); in get_dfs_path()2795 rc = ses->server->ops->tree_connect(xid, ses, temp_unc, NULL, in get_dfs_path()2798 kfree(temp_unc); in get_dfs_path()