Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2ops.c1494 .tree_disconnect = SMB2_tdis,
1572 .tree_disconnect = SMB2_tdis,
1653 .tree_disconnect = SMB2_tdis,
1740 .tree_disconnect = SMB2_tdis,
Dcifsglob.h252 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
Dsmb1ops.c1048 .tree_disconnect = CIFSSMBTDis,
Dconnect.c2629 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2630 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()