Home
last modified time | relevance | path

Searched refs:tcon_ipc (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Ddfs_cache.c1275 if (ses->tcon_ipc && !ses->tcon_ipc->need_reconnect && in get_tcons()
1276 ses->tcon_ipc->dfs_path) { in get_tcons()
1277 list_add_tail(&ses->tcon_ipc->ulist, head); in get_tcons()
Dcifs_debug.c384 if (ses->tcon_ipc) in cifs_debug_data_proc_show()
385 cifs_debug_tcon(m, ses->tcon_ipc); in cifs_debug_data_proc_show()
Dconnect.c558 if (ses->tcon_ipc) in cifs_reconnect()
559 ses->tcon_ipc->need_reconnect = true; in cifs_reconnect()
2979 ses->tcon_ipc = tcon; in cifs_setup_ipc()
2994 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc()
3009 ses->tcon_ipc = NULL; in cifs_free_ipc()
Dcifsglob.h962 struct cifs_tcon *tcon_ipc; member
Dsmb2pdu.c3368 if (ses->tcon_ipc && ses->tcon_ipc->need_reconnect) { in smb2_reconnect_server()
3369 list_add_tail(&ses->tcon_ipc->rlist, &tmp_list); in smb2_reconnect_server()
Dcifssmb.c4931 if (ses == NULL || ses->tcon_ipc == NULL) in CIFSGetDFSRefer()
4935 rc = smb_init(SMB_COM_TRANSACTION2, 15, ses->tcon_ipc, (void **) &pSMB, in CIFSGetDFSRefer()
4943 pSMB->hdr.Tid = ses->tcon_ipc->tid; in CIFSGetDFSRefer()
Dsmb2ops.c2391 tcon = ses->tcon_ipc; in smb2_get_dfs_refer()