Searched refs:tree_connect (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | dfs.c | 401 rc = ops->tree_connect(xid, ipc->ses, tree, ipc, cifs_sb->local_nls); in __tree_connect_dfs_target() 407 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 418 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 501 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 517 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, cifs_sb->local_nls); in cifs_tree_connect()
|
A D | connect.c | 1812 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc() 2381 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2458 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4050 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|
A D | smb1ops.c | 1205 .tree_connect = CIFSTCon,
|
A D | cifsglob.h | 306 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
A D | smb2ops.c | 5222 .tree_connect = SMB2_tcon, 5323 .tree_connect = SMB2_tcon, 5426 .tree_connect = SMB2_tcon, 5540 .tree_connect = SMB2_tcon,
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | Makefile | 10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
|
Completed in 29 milliseconds