Searched refs:tree_connect (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | Makefile | 10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
|
/linux-6.1.9/fs/cifs/ |
D | connect.c | 1865 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc() 2433 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2510 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4560 rc = ops->tree_connect(xid, ipc->ses, tree, ipc, cifs_sb->local_nls); in __tree_connect_dfs_target() 4567 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 4578 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 4661 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 4677 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, cifs_sb->local_nls); in cifs_tree_connect() 4721 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|
D | smb1ops.c | 1201 .tree_connect = CIFSTCon,
|
D | cifsglob.h | 310 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
D | smb2ops.c | 5218 .tree_connect = SMB2_tcon, 5319 .tree_connect = SMB2_tcon, 5422 .tree_connect = SMB2_tcon, 5536 .tree_connect = SMB2_tcon,
|