Lines Matching defs:tlink
765 struct tcon_link *tlink = NULL;
773 tcon = tlink_tcon(open_file->tlink);
777 tlink = cifs_sb_tlink(cifs_sb);
778 if (IS_ERR(tlink)) {
779 rc = PTR_ERR(tlink);
780 tlink = NULL;
783 tcon = tlink_tcon(tlink);
823 if (tlink != NULL)
824 cifs_put_tlink(tlink);
910 return CIFSSMBLock(xid, tlink_tcon(cfile->tlink), cfile->fid.netfid,