Searched refs:tree_disconnect (Results 1 – 5 of 5) sorted by relevance
1168 if (ipc && server->ops->tree_disconnect) { in is_ses_good()1171 (void)server->ops->tree_disconnect(xid, ipc); in is_ses_good()
1416 .tree_disconnect = CIFSSMBTDis,
5408 .tree_disconnect = SMB2_tdis,5511 .tree_disconnect = SMB2_tdis,5616 .tree_disconnect = SMB2_tdis,5732 .tree_disconnect = SMB2_tdis,
383 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
2641 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()2642 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()