CIFSTCon          270 fs/cifs/cifsproto.h extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
CIFSTCon          144 fs/cifs/cifssmb.c 		rc = CIFSTCon(0, tcon->ses, tree, tcon, nlsc);
CIFSTCon          149 fs/cifs/cifssmb.c 		rc = CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc);
CIFSTCon          177 fs/cifs/cifssmb.c 		rc = CIFSTCon(0, tcon->ses, tree, tcon, nlsc);
CIFSTCon          200 fs/cifs/cifssmb.c 	return CIFSTCon(0, tcon->ses, tcon->treeName, tcon, nlsc);
CIFSTCon         1180 fs/cifs/smb1ops.c 	.tree_connect = CIFSTCon,