Searched refs:tree_connect (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | dfs.c | 373 rc = ops->tree_connect(xid, tcon->ses, tree, in tree_connect_dfs_target() 428 rc = ops->tree_connect(xid, tcon->ses, tree, in cifs_tree_connect() 440 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, in cifs_tree_connect()
|
| H A D | connect.c | 2049 rc = server->ops->tree_connect(xid, ses, unc, tcon, ses->local_nls); in cifs_setup_ipc() 2690 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 2780 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4512 rc = ops->tree_connect(xid, tcon->ses, tcon->tree_name, in cifs_tree_connect()
|
| H A D | smb1ops.c | 1418 .tree_connect = CIFSTCon,
|
| H A D | smb2ops.c | 5394 .tree_connect = SMB2_tcon, 5497 .tree_connect = SMB2_tcon, 5602 .tree_connect = SMB2_tcon, 5718 .tree_connect = SMB2_tcon,
|
| H A D | cifsglob.h | 383 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|