Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2ops.c3242 .tree_connect = SMB2_tcon,
3336 .tree_connect = SMB2_tcon,
3432 .tree_connect = SMB2_tcon,
3536 .tree_connect = SMB2_tcon,
Dsmb1ops.c1060 .tree_connect = CIFSTCon,
Dconnect.c2566 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()
Dcifsglob.h279 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member