Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb1ops.c1350 .tree_disconnect = CIFSSMBTDis,
H A Dsmb2ops.c5287 .tree_disconnect = SMB2_tdis,
5390 .tree_disconnect = SMB2_tdis,
5495 .tree_disconnect = SMB2_tdis,
5611 .tree_disconnect = SMB2_tdis,
H A Dcifsglob.h385 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
H A Dconnect.c2627 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2628 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()