Home
last modified time | relevance | path

Searched refs:tree_connect (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs.c422 rc = server->ops->tree_connect(xid, ses, tree, tcon, in __tree_connect_ipc()
492 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target()
504 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target()
597 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
611 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, in cifs_tree_connect()
H A Dconnect.c1934 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls); in cifs_setup_ipc()
2534 if (!ses->server->ops->tree_connect) { in cifs_get_tcon()
2617 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
4254 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, tcon, nlsc); in cifs_tree_connect()
H A Dsmb2ops.c5230 .tree_connect = SMB2_tcon,
5332 .tree_connect = SMB2_tcon,
5436 .tree_connect = SMB2_tcon,
5550 .tree_connect = SMB2_tcon,
H A Dsmb1ops.c1183 .tree_connect = CIFSTCon,
H A Dcifsglob.h331 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
/kernel/linux/linux-6.6/fs/smb/server/
H A DMakefile10 mgmt/tree_connect.o mgmt/user_session.o smb_common.o \
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c2764 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc()
3270 if (!ses->server->ops->tree_connect) { in cifs_get_tcon()
3342 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon()
5374 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
5376 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
5422 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
5425 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
5455 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
H A Dsmb2ops.c5155 .tree_connect = SMB2_tcon,
5255 .tree_connect = SMB2_tcon,
5357 .tree_connect = SMB2_tcon,
5470 .tree_connect = SMB2_tcon,
H A Dsmb1ops.c1177 .tree_connect = CIFSTCon,
H A Dcifsglob.h283 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member

Completed in 37 milliseconds