Searched refs:tree_disconnect (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 5156 .tree_disconnect = SMB2_tdis, 5256 .tree_disconnect = SMB2_tdis, 5358 .tree_disconnect = SMB2_tdis, 5471 .tree_disconnect = SMB2_tdis,
|
H A D | connect.c | 2795 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 D | smb1ops.c | 1178 .tree_disconnect = CIFSSMBTDis,
|
H A D | cifsglob.h | 286 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 5231 .tree_disconnect = SMB2_tdis, 5333 .tree_disconnect = SMB2_tdis, 5437 .tree_disconnect = SMB2_tdis, 5551 .tree_disconnect = SMB2_tdis,
|
H A D | smb1ops.c | 1184 .tree_disconnect = CIFSSMBTDis,
|
H A D | connect.c | 2485 if (ses->server->ops->tree_disconnect) in cifs_put_tcon() 2486 ses->server->ops->tree_disconnect(xid, tcon); in cifs_put_tcon()
|
H A D | cifsglob.h | 334 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); member
|
Completed in 35 milliseconds