Home
last modified time | relevance | path

Searched refs:tree_connect (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/ksmbd/
DMakefile10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
/Linux-v5.15/fs/cifs/
Dconnect.c1592 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc()
2110 if (!ses->server->ops->tree_connect) { in cifs_get_tcon()
2182 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
4168 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
4170 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
4216 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
4219 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
4249 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
Dsmb1ops.c1176 .tree_connect = CIFSTCon,
Dcifsglob.h272 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
Dsmb2ops.c5383 .tree_connect = SMB2_tcon,
5483 .tree_connect = SMB2_tcon,
5586 .tree_connect = SMB2_tcon,
5700 .tree_connect = SMB2_tcon,