Searched refs:SMB2_tcon (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | smb2proto.h | 132 extern int SMB2_tcon(const unsigned int xid, struct cifs_ses *ses,
|
D | smb2pdu.c | 178 rc = SMB2_tcon(0, tcon->ses, tree, tcon, nlsc); in __smb2_reconnect() 183 rc = SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __smb2_reconnect() 211 rc = SMB2_tcon(0, tcon->ses, tree, tcon, nlsc); in __smb2_reconnect() 234 return SMB2_tcon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __smb2_reconnect() 1669 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, in SMB2_tcon() function
|
D | smb2ops.c | 4467 .tree_connect = SMB2_tcon, 4565 .tree_connect = SMB2_tcon, 4665 .tree_connect = SMB2_tcon, 4773 .tree_connect = SMB2_tcon,
|