Searched refs:CIFSTCon (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| D | cifsproto.h | 269 extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
|
| D | smb1ops.c | 1180 .tree_connect = CIFSTCon,
|
| D | cifssmb.c | 144 rc = CIFSTCon(0, tcon->ses, tree, tcon, nlsc); in __cifs_reconnect_tcon() 149 rc = CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __cifs_reconnect_tcon() 177 rc = CIFSTCon(0, tcon->ses, tree, tcon, nlsc); in __cifs_reconnect_tcon() 200 return CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc); in __cifs_reconnect_tcon()
|
| D | connect.c | 4944 CIFSTCon(const unsigned int xid, struct cifs_ses *ses, in CIFSTCon() function
|