Searched refs:tree_connect (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| D | dfs.c | 414 rc = server->ops->tree_connect(xid, ses, tree, tcon, in __tree_connect_ipc() 484 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 496 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 584 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 598 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, in cifs_tree_connect()
|
| D | connect.c | 1898 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc() 2492 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2575 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4193 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
|
| D | smb1ops.c | 1210 .tree_connect = CIFSTCon,
|
| D | smb2ops.c | 5178 .tree_connect = SMB2_tcon, 5280 .tree_connect = SMB2_tcon, 5384 .tree_connect = SMB2_tcon, 5498 .tree_connect = SMB2_tcon,
|
| D | cifsglob.h | 316 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
| /Linux-v6.6/fs/smb/server/ |
| D | Makefile | 10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
|