Lines Matching defs:tcon
1134 struct cifs_tcon *tcon;
1142 tcon = tlink_tcon(tlink);
1145 oparms.tcon = tcon;
1156 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen);
1157 CIFSSMBClose(xid, tcon, fid.netfid);
1194 struct cifs_tcon *tcon;
1203 tcon = tlink_tcon(tlink);
1211 oparms.tcon = tcon;
1226 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag);
1229 CIFSSMBClose(xid, tcon, fid.netfid);