Lines Matching defs:tlink
520 struct tcon_link *tlink;
525 tlink = cifs_sb_tlink(cifs_sb);
526 if (IS_ERR(tlink))
527 return PTR_ERR(tlink);
528 tcon = tlink_tcon(tlink);
597 cifs_put_tlink(tlink);
610 struct tcon_link *tlink = NULL;
619 tlink = cifs_sb_tlink(cifs_sb);
620 if (IS_ERR(tlink)) {
622 return ERR_CAST(tlink);
624 tcon = tlink_tcon(tlink);
630 cifs_put_tlink(tlink);
658 cifs_put_tlink(tlink);
673 struct tcon_link *tlink;
680 tlink = cifs_sb_tlink(cifs_sb);
681 if (IS_ERR(tlink)) {
682 rc = PTR_ERR(tlink);
685 pTcon = tlink_tcon(tlink);
726 cifs_put_tlink(tlink);