Searched refs:tree_connect (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/fs/ksmbd/ |
| D | Makefile | 10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
|
| /Linux-v6.1/fs/cifs/ |
| D | connect.c | 1863 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc() 2426 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2503 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4565 rc = ops->tree_connect(xid, ipc->ses, tree, ipc, cifs_sb->local_nls); in __tree_connect_dfs_target() 4572 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 4583 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 4666 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 4682 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, cifs_sb->local_nls); in cifs_tree_connect() 4726 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|
| D | smb1ops.c | 1196 .tree_connect = CIFSTCon,
|
| D | cifsglob.h | 308 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
| D | smb2ops.c | 5204 .tree_connect = SMB2_tcon, 5305 .tree_connect = SMB2_tcon, 5408 .tree_connect = SMB2_tcon, 5522 .tree_connect = SMB2_tcon,
|