Searched refs:tree_connect (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/ksmbd/ |
| D | Makefile | 10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
|
| /Linux-v5.15/fs/cifs/ |
| D | connect.c | 1592 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc() 2110 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2182 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4168 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 4170 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect() 4216 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 4219 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 4249 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
|
| D | smb1ops.c | 1176 .tree_connect = CIFSTCon,
|
| D | cifsglob.h | 272 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
| D | smb2ops.c | 5383 .tree_connect = SMB2_tcon, 5483 .tree_connect = SMB2_tcon, 5586 .tree_connect = SMB2_tcon, 5700 .tree_connect = SMB2_tcon,
|