Searched refs:CIFSTCon (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/cifs/ |
D | cifsproto.h | 189 extern int CIFSTCon(unsigned int xid, struct cifs_ses *ses,
|
D | connect.c | 2691 rc = CIFSTCon(xid, ses, volume_info->UNC, tcon, volume_info->local_nls); in cifs_get_tcon() 2861 rc = CIFSTCon(xid, pSesInfo, temp_unc, NULL, nls_codepage); in get_dfs_path() 3860 CIFSTCon(unsigned int xid, struct cifs_ses *ses, in CIFSTCon() function
|
D | cifssmb.c | 216 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()
|