Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2ops.c1493 .tree_connect = SMB2_tcon,
1571 .tree_connect = SMB2_tcon,
1652 .tree_connect = SMB2_tcon,
1739 .tree_connect = SMB2_tcon,
Dconnect.c2654 if (!ses->server->ops->tree_connect) { in cifs_get_tcon()
2679 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon, in cifs_get_tcon()
2860 if (!ses->server->ops->tree_connect || !ses->server->ops->get_dfs_refer) in get_dfs_path()
2876 rc = ses->server->ops->tree_connect(xid, ses, temp_unc, NULL, in get_dfs_path()
Dcifsglob.h249 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
Dsmb1ops.c1047 .tree_connect = CIFSTCon,