Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsproto.h269 extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
Dsmb1ops.c1180 .tree_connect = CIFSTCon,
Dcifssmb.c144 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()
Dconnect.c4944 CIFSTCon(const unsigned int xid, struct cifs_ses *ses, in CIFSTCon() function