Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
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()
Dsmb1ops.c1177 .tree_connect = CIFSTCon,
Dsmb2ops.c5146 .tree_connect = SMB2_tcon,
5246 .tree_connect = SMB2_tcon,
5348 .tree_connect = SMB2_tcon,
5461 .tree_connect = SMB2_tcon,
Dcifsglob.h283 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member