Searched refs:tcon_ipc (Results 1 – 7 of 7) sorted by relevance
1407 if (ses->tcon_ipc && !ses->tcon_ipc->need_reconnect && in get_tcons()1408 ses->tcon_ipc->dfs_path) { in get_tcons()1409 list_add_tail(&ses->tcon_ipc->ulist, head); in get_tcons()
417 if (ses->tcon_ipc) in cifs_debug_data_proc_show()418 cifs_debug_tcon(m, ses->tcon_ipc); in cifs_debug_data_proc_show()
463 if (ses->tcon_ipc) in cifs_reconnect()464 ses->tcon_ipc->need_reconnect = true; in cifs_reconnect()2775 ses->tcon_ipc = tcon; in cifs_setup_ipc()2790 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc()2805 ses->tcon_ipc = NULL; in cifs_free_ipc()4569 if (ses->tcon_ipc) in set_root_ses()4570 ses->tcon_ipc->remap = cifs_remap(cifs_sb); in set_root_ses()
981 struct cifs_tcon *tcon_ipc; member
3693 if (ses->tcon_ipc && ses->tcon_ipc->need_reconnect) { in smb2_reconnect_server()3694 list_add_tail(&ses->tcon_ipc->rlist, &tmp_list); in smb2_reconnect_server()
4858 if (ses == NULL || ses->tcon_ipc == NULL) in CIFSGetDFSRefer()4867 rc = smb_init_no_reconnect(SMB_COM_TRANSACTION2, 15, ses->tcon_ipc, in CIFSGetDFSRefer()4875 pSMB->hdr.Tid = ses->tcon_ipc->tid; in CIFSGetDFSRefer()
2725 tcon = ses->tcon_ipc; in smb2_get_dfs_refer()