Home
last modified time | relevance | path

Searched refs:CIFSTCon (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/cifs/
Dcifsproto.h189 extern int CIFSTCon(unsigned int xid, struct cifs_ses *ses,
Dconnect.c2691 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
Dcifssmb.c216 rc = CIFSTCon(0, ses, tcon->treeName, tcon, nls_codepage); in cifs_reconnect_tcon()