Searched refs:tree_connect (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | connect.c | 2764 rc = server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc() 3268 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 3340 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon() 5372 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 5374 rc = ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect() 5420 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 5423 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, nlsc); in cifs_tree_connect() 5453 return ops->tree_connect(xid, tcon->ses, tcon->treeName, tcon, nlsc); in cifs_tree_connect()
|
| H A D | smb1ops.c | 1177 .tree_connect = CIFSTCon,
|
| H A D | cifsglob.h | 280 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
| H A D | smb2ops.c | 5153 .tree_connect = SMB2_tcon, 5253 .tree_connect = SMB2_tcon, 5355 .tree_connect = SMB2_tcon, 5468 .tree_connect = SMB2_tcon,
|