Home
last modified time | relevance | path

Searched refs:tree_disconnect (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c5156 .tree_disconnect = SMB2_tdis,
5256 .tree_disconnect = SMB2_tdis,
5358 .tree_disconnect = SMB2_tdis,
5471 .tree_disconnect = SMB2_tdis,
H A Dconnect.c2795 if (ses->server->ops->tree_disconnect) { in cifs_free_ipc()
2797 rc = ses->server->ops->tree_disconnect(xid, tcon); in cifs_free_ipc()
3224 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
3225 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()
H A Dsmb1ops.c1178 .tree_disconnect = CIFSSMBTDis,
H A Dcifsglob.h286 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c5231 .tree_disconnect = SMB2_tdis,
5333 .tree_disconnect = SMB2_tdis,
5437 .tree_disconnect = SMB2_tdis,
5551 .tree_disconnect = SMB2_tdis,
H A Dsmb1ops.c1184 .tree_disconnect = CIFSSMBTDis,
H A Dconnect.c2485 if (ses->server->ops->tree_disconnect) in cifs_put_tcon()
2486 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()
H A Dcifsglob.h334 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member

Completed in 35 milliseconds