Lines Matching refs:tlink
360 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
397 struct tcon_link *tlink; local
402 tlink = cifs_sb_tlink(cifs_sb);
403 if (IS_ERR(tlink))
404 return PTR_ERR(tlink);
405 tcon = tlink_tcon(tlink);
412 cifs_put_tlink(tlink);
482 struct tcon_link *tlink; local
506 tlink = cifs_sb_tlink(cifs_sb);
507 if (IS_ERR(tlink))
508 return PTR_ERR(tlink);
509 tcon = tlink_tcon(tlink);
527 cifs_put_tlink(tlink);
581 cifs_put_tlink(tlink);
599 struct tcon_link *tlink; local
602 tlink = cifs_sb_tlink(cifs_sb);
603 if (IS_ERR(tlink))
604 return PTR_ERR(tlink);
605 tcon = tlink_tcon(tlink);
608 cifs_put_tlink(tlink);
615 cifs_put_tlink(tlink);
787 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
966 struct tcon_link *tlink; local
977 tlink = cifs_sb_tlink(cifs_sb);
978 if (IS_ERR(tlink))
979 return PTR_ERR(tlink);
980 tcon = tlink_tcon(tlink);
1160 cifs_put_tlink(tlink);
1172 struct tcon_link *tlink; local
1181 tlink = cifs_sb_tlink(cifs_sb);
1182 if (IS_ERR(tlink))
1183 return PTR_ERR(tlink);
1184 tcon = tlink_tcon(tlink);
1260 cifs_put_tlink(tlink);
1503 struct tcon_link *tlink; local
1508 tlink = cifs_sb_tlink(cifs_sb);
1509 if (IS_ERR(tlink))
1510 return PTR_ERR(tlink);
1511 tcon = tlink_tcon(tlink);
1596 cifs_put_tlink(tlink);
1646 struct tcon_link *tlink; local
1657 tlink = cifs_sb_tlink(cifs_sb);
1658 if (IS_ERR(tlink))
1659 return PTR_ERR(tlink);
1660 tcon = tlink_tcon(tlink);
1755 cifs_put_tlink(tlink);
1920 struct tcon_link *tlink; local
1932 tlink = cifs_sb_tlink(cifs_sb);
1933 if (IS_ERR(tlink))
1934 return PTR_ERR(tlink);
1935 tcon = tlink_tcon(tlink);
1989 cifs_put_tlink(tlink);
1998 struct tcon_link *tlink; local
2021 tlink = cifs_sb_tlink(cifs_sb);
2022 if (IS_ERR(tlink)) {
2023 rc = PTR_ERR(tlink);
2026 tcon = tlink_tcon(tlink);
2031 cifs_put_tlink(tlink);
2037 cifs_put_tlink(tlink);
2042 cifs_put_tlink(tlink);
2077 struct tcon_link *tlink; local
2087 tlink = cifs_sb_tlink(cifs_sb);
2088 if (IS_ERR(tlink))
2089 return PTR_ERR(tlink);
2090 tcon = tlink_tcon(tlink);
2137 cifs_put_tlink(tlink);
2149 struct tcon_link *tlink; local
2166 tlink = cifs_sb_tlink(cifs_sb);
2167 if (IS_ERR(tlink))
2168 return PTR_ERR(tlink);
2169 tcon = tlink_tcon(tlink);
2276 cifs_put_tlink(tlink);
2420 if (tlink_tcon(cfile->tlink)->unix_ext)
2652 struct tcon_link *tlink = NULL; local
2667 tcon = tlink_tcon(open_file->tlink);
2683 tlink = cifs_sb_tlink(cifs_sb);
2684 if (IS_ERR(tlink))
2685 return PTR_ERR(tlink);
2686 tcon = tlink_tcon(tlink);
2702 if (tlink)
2703 cifs_put_tlink(tlink);
2743 struct tcon_link *tlink; local
2838 pTcon = tlink_tcon(open_file->tlink);
2842 tlink = cifs_sb_tlink(cifs_sb);
2843 if (IS_ERR(tlink)) {
2844 rc = PTR_ERR(tlink);
2847 pTcon = tlink_tcon(tlink);
2851 cifs_put_tlink(tlink);
2941 tcon = tlink_tcon(wfile->tlink);