Lines Matching defs:tlink
483 struct tcon_link *tlink;
491 tlink = cifs_sb_tlink(cifs_sb);
492 if (IS_ERR(tlink))
493 return PTR_ERR(tlink);
494 tcon = tlink_tcon(tlink);
573 cifs_put_tlink(tlink);
584 struct tcon_link *tlink;
599 tlink = cifs_sb_tlink(cifs_sb);
600 if (IS_ERR(tlink)) {
601 rc = PTR_ERR(tlink);
604 pTcon = tlink_tcon(tlink);
647 cifs_put_tlink(tlink);