Searched refs:tree_connect (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | smb2ops.c | 1427 .tree_connect = SMB2_tcon, 1505 .tree_connect = SMB2_tcon, 1586 .tree_connect = SMB2_tcon,
|
D | connect.c | 2609 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()
|
D | cifsglob.h | 245 int (*tree_connect)(const unsigned int, struct cifs_ses *, const char *, member
|
D | smb1ops.c | 1047 .tree_connect = CIFSTCon,
|