Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb1ops.c1184 .tree_disconnect = CIFSSMBTDis,
Dsmb2ops.c5231 .tree_disconnect = SMB2_tdis,
5333 .tree_disconnect = SMB2_tdis,
5437 .tree_disconnect = SMB2_tdis,
5551 .tree_disconnect = SMB2_tdis,
Dcifsglob.h334 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
Dconnect.c2485 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2486 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()