Searched refs:tree_connect (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ksmbd/ |
| A D | Makefile | 10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
|
| /linux/fs/cifs/ |
| A D | connect.c | 1685 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc() 2226 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2298 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4235 rc = ops->tree_connect(xid, ipc->ses, tree, ipc, cifs_sb->local_nls); in __tree_connect_dfs_target() 4242 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 4253 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 4323 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 4339 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, cifs_sb->local_nls); in cifs_tree_connect() 4358 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
|
| A D | cifsglob.h | 277 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
| A D | smb1ops.c | 1176 .tree_connect = CIFSTCon,
|
| A D | smb2ops.c | 5388 .tree_connect = SMB2_tcon, 5488 .tree_connect = SMB2_tcon, 5591 .tree_connect = SMB2_tcon, 5705 .tree_connect = SMB2_tcon,
|
Completed in 31 milliseconds