Searched refs:tcon_ipc (Results 1 – 7 of 7) sorted by relevance
1275 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()
384 if (ses->tcon_ipc) in cifs_debug_data_proc_show()385 cifs_debug_tcon(m, ses->tcon_ipc); in cifs_debug_data_proc_show()
558 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()
962 struct cifs_tcon *tcon_ipc; member
3368 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()
4931 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()
2391 tcon = ses->tcon_ipc; in smb2_get_dfs_refer()