Home
last modified time | relevance | path

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

/fs/cifs/
Ddfs_cache.c1407 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()
Dcifs_debug.c417 if (ses->tcon_ipc) in cifs_debug_data_proc_show()
418 cifs_debug_tcon(m, ses->tcon_ipc); in cifs_debug_data_proc_show()
Dconnect.c463 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()
Dcifsglob.h981 struct cifs_tcon *tcon_ipc; member
Dsmb2pdu.c3693 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()
Dcifssmb.c4858 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()
Dsmb2ops.c2725 tcon = ses->tcon_ipc; in smb2_get_dfs_refer()