Searched refs:tree_connect (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | smb2ops.c | 3242 .tree_connect = SMB2_tcon, 3336 .tree_connect = SMB2_tcon, 3432 .tree_connect = SMB2_tcon, 3536 .tree_connect = SMB2_tcon,
|
D | smb1ops.c | 1060 .tree_connect = CIFSTCon,
|
D | connect.c | 2566 rc = ses->server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage); in cifs_setup_ipc() 3018 if (!ses->server->ops->tree_connect) { in cifs_get_tcon() 3081 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon()
|
D | cifsglob.h | 279 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|