Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb1ops.c1197 .tree_disconnect = CIFSSMBTDis,
Dcifsglob.h311 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
Dsmb2ops.c5205 .tree_disconnect = SMB2_tdis,
5306 .tree_disconnect = SMB2_tdis,
5409 .tree_disconnect = SMB2_tdis,
5523 .tree_disconnect = SMB2_tdis,
Dconnect.c2378 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2379 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()