Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2ops.c1427 .tree_connect = SMB2_tcon,
1505 .tree_connect = SMB2_tcon,
1586 .tree_connect = SMB2_tcon,
Dconnect.c2609 if (!ses->server->ops->tree_connect) { in cifs_get_tcon()
2634 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon()
2779 if (!ses->server->ops->tree_connect || !ses->server->ops->get_dfs_refer) in get_dfs_path()
2795 rc = ses->server->ops->tree_connect(xid, ses, temp_unc, NULL, in get_dfs_path()
Dcifsglob.h245 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
Dsmb1ops.c1047 .tree_connect = CIFSTCon,