Searched refs:dfs_host (Results 1 – 2 of 2) sorted by relevance
/fs/cifs/ |
D | smb2pdu.c | 168 const char *dfs_host; in __smb2_reconnect() local 198 extract_unc_hostname(tgt, &dfs_host, &dfs_host_len); in __smb2_reconnect() 201 || strncasecmp(dfs_host, tcp_host, dfs_host_len) != 0) { in __smb2_reconnect() 204 (int)dfs_host_len, dfs_host, in __smb2_reconnect()
|
D | cifssmb.c | 134 const char *dfs_host; in __cifs_reconnect_tcon() local 164 extract_unc_hostname(tgt, &dfs_host, &dfs_host_len); in __cifs_reconnect_tcon() 167 || strncasecmp(dfs_host, tcp_host, dfs_host_len) != 0) { in __cifs_reconnect_tcon() 170 (int)dfs_host_len, dfs_host, in __cifs_reconnect_tcon()
|