Home
last modified time | relevance | path

Searched refs:pSesInfo (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/cifs/
Dconnect.c2839 get_dfs_path(int xid, struct cifs_ses *pSesInfo, const char *old_path, in get_dfs_path() argument
2849 if (pSesInfo->ipc_tid == 0) { in get_dfs_path()
2851 strnlen(pSesInfo->serverName, in get_dfs_path()
2859 strcpy(temp_unc + 2, pSesInfo->serverName); in get_dfs_path()
2860 strcpy(temp_unc + 2 + strlen(pSesInfo->serverName), "\\IPC$"); in get_dfs_path()
2861 rc = CIFSTCon(xid, pSesInfo, temp_unc, NULL, nls_codepage); in get_dfs_path()
2862 cFYI(1, "CIFS Tcon rc = %d ipc_tid = %d", rc, pSesInfo->ipc_tid); in get_dfs_path()
2866 rc = CIFSGetDFSRefer(xid, pSesInfo, old_path, preferrals, in get_dfs_path()
3556 expand_dfs_referral(int xid, struct cifs_ses *pSesInfo, in expand_dfs_referral() argument
3572 rc = get_dfs_path(xid, pSesInfo , ref_path, cifs_sb->local_nls, in expand_dfs_referral()
[all …]
Dcifsproto.h232 extern int get_dfs_path(int xid, struct cifs_ses *pSesInfo,