Home
last modified time | relevance | path

Searched refs:tree_disconnect (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dconnect.c2783 if (ses->server->ops->tree_disconnect) { in cifs_free_ipc()
2785 rc = ses->server->ops->tree_disconnect(xid, tcon); in cifs_free_ipc()
3210 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
3211 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()
Dsmb1ops.c1178 .tree_disconnect = CIFSSMBTDis,
Dcifsglob.h283 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
Dsmb2ops.c5148 .tree_disconnect = SMB2_tdis,
5247 .tree_disconnect = SMB2_tdis,
5349 .tree_disconnect = SMB2_tdis,
5462 .tree_disconnect = SMB2_tdis,