Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddfs_cache.c1168 if (ipc && server->ops->tree_disconnect) { in is_ses_good()
1171 (void)server->ops->tree_disconnect(xid, ipc); in is_ses_good()
H A Dsmb2ops.c5361 .tree_disconnect = SMB2_tdis,
5464 .tree_disconnect = SMB2_tdis,
5569 .tree_disconnect = SMB2_tdis,
5685 .tree_disconnect = SMB2_tdis,
H A Dcifsglob.h386 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
H A Dsmb1ops.c1470 .tree_disconnect = CIFSSMBTDis,
H A Dconnect.c2636 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2637 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()