Searched refs:tree_connect (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | connect.c | 2764 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()
|
D | smb1ops.c | 1177 .tree_connect = CIFSTCon,
|
D | smb2ops.c | 5146 .tree_connect = SMB2_tcon, 5246 .tree_connect = SMB2_tcon, 5348 .tree_connect = SMB2_tcon, 5461 .tree_connect = SMB2_tcon,
|
D | cifsglob.h | 283 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|