Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dconnect.c2746 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc()
3247 if (!ses->server->ops->tree_connect) { in cifs_get_tcon()
3319 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon()
5353 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
5355 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
5404 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
5407 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect()
5437 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
Dcifsglob.h280 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
Dsmb1ops.c1177 .tree_connect = CIFSTCon,
Dsmb2ops.c4966 .tree_connect = SMB2_tcon,
5065 .tree_connect = SMB2_tcon,
5167 .tree_connect = SMB2_tcon,
5280 .tree_connect = SMB2_tcon,