Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2ops.c5692 .tree_disconnect = SMB2_tdis,
5795 .tree_disconnect = SMB2_tdis,
5900 .tree_disconnect = SMB2_tdis,
6016 .tree_disconnect = SMB2_tdis,
H A Dcifsglob.h384 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
H A Dconnect.c2647 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2648 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()