Searched refs:tree_connect (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | smb2ops.c | 1493 .tree_connect = SMB2_tcon, 1571 .tree_connect = SMB2_tcon, 1652 .tree_connect = SMB2_tcon, 1739 .tree_connect = SMB2_tcon,
|
D | connect.c | 2654 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()
|
D | cifsglob.h | 249 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
D | smb1ops.c | 1047 .tree_connect = CIFSTCon,
|