Searched refs:serverName (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | cifs_debug.c | 138 "displayed\n\t", i, ses->serverName); in cifs_debug_data_proc_show() 144 i, ses->serverName, ses->serverDomain, in cifs_debug_data_proc_show()
|
D | cifsglob.h | 223 char serverName[SERVER_NAME_LEN_WITH_NULL * 2]; /* BB make bigger for member
|
D | connect.c | 1658 strnlen(pSesInfo->serverName, in get_dfs_path() 1666 strcpy(temp_unc + 2, pSesInfo->serverName); in get_dfs_path() 1667 strcpy(temp_unc + 2 + strlen(pSesInfo->serverName), "\\IPC$"); in get_dfs_path() 2299 sprintf(pSesInfo->serverName, "%pI6", in cifs_mount() 2302 sprintf(pSesInfo->serverName, "%pI4", in cifs_mount()
|