Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifs_debug.c321 if (ses->tcon_ipc) in cifs_debug_data_proc_show()
322 cifs_debug_tcon(m, ses->tcon_ipc); in cifs_debug_data_proc_show()
Dconnect.c365 if (ses->tcon_ipc) in cifs_reconnect()
366 ses->tcon_ipc->need_reconnect = true; in cifs_reconnect()
2577 ses->tcon_ipc = tcon; in cifs_setup_ipc()
2592 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc()
2607 ses->tcon_ipc = NULL; in cifs_free_ipc()
Dcifsglob.h859 struct cifs_tcon *tcon_ipc; member
Dsmb2pdu.c2853 if (ses->tcon_ipc && ses->tcon_ipc->need_reconnect) { in smb2_reconnect_server()
2854 list_add_tail(&ses->tcon_ipc->rlist, &tmp_list); in smb2_reconnect_server()
Dcifssmb.c4872 if (ses == NULL || ses->tcon_ipc == NULL) in CIFSGetDFSRefer()
4876 rc = smb_init(SMB_COM_TRANSACTION2, 15, ses->tcon_ipc, (void **) &pSMB, in CIFSGetDFSRefer()
4884 pSMB->hdr.Tid = ses->tcon_ipc->tid; in CIFSGetDFSRefer()
Dsmb2ops.c1767 tcon = ses->tcon_ipc; in smb2_get_dfs_refer()