Searched refs:temp_unc (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/cifs/
H A Dconnect.c2857 char *temp_unc; get_dfs_path() local
2867 temp_unc = kmalloc(2 /* for slashes */ + get_dfs_path()
2870 if (temp_unc == NULL) get_dfs_path()
2872 temp_unc[0] = '\\'; get_dfs_path()
2873 temp_unc[1] = '\\'; get_dfs_path()
2874 strcpy(temp_unc + 2, ses->serverName); get_dfs_path()
2875 strcpy(temp_unc + 2 + strlen(ses->serverName), "\\IPC$"); get_dfs_path()
2876 rc = ses->server->ops->tree_connect(xid, ses, temp_unc, NULL, get_dfs_path()
2879 kfree(temp_unc); get_dfs_path()

Completed in 79 milliseconds