Lines Matching defs:tlink

386 	struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
424 struct tcon_link *tlink;
429 tlink = cifs_sb_tlink(cifs_sb);
430 if (IS_ERR(tlink))
431 return PTR_ERR(tlink);
432 tcon = tlink_tcon(tlink);
439 cifs_put_tlink(tlink);
510 struct tcon_link *tlink;
534 tlink = cifs_sb_tlink(cifs_sb);
535 if (IS_ERR(tlink))
536 return PTR_ERR(tlink);
537 tcon = tlink_tcon(tlink);
556 cifs_put_tlink(tlink);
614 cifs_put_tlink(tlink);
632 struct tcon_link *tlink;
635 tlink = cifs_sb_tlink(cifs_sb);
636 if (IS_ERR(tlink))
637 return PTR_ERR(tlink);
638 tcon = tlink_tcon(tlink);
641 cifs_put_tlink(tlink);
648 cifs_put_tlink(tlink);
889 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
1123 struct tcon_link *tlink;
1129 tlink = cifs_sb_tlink(cifs_sb);
1130 if (IS_ERR(tlink))
1131 return PTR_ERR(tlink);
1132 tcon = tlink_tcon(tlink);
1267 cifs_put_tlink(tlink);
1304 struct tcon_link *tlink;
1309 tlink = cifs_sb_tlink(cifs_sb);
1310 if (IS_ERR(tlink))
1311 return PTR_ERR(tlink);
1312 tcon = tlink_tcon(tlink);
1358 cifs_put_tlink(tlink);
1630 struct tcon_link *tlink;
1635 tlink = cifs_sb_tlink(cifs_sb);
1636 if (IS_ERR(tlink))
1637 return PTR_ERR(tlink);
1638 tcon = tlink_tcon(tlink);
1724 cifs_put_tlink(tlink);
1774 struct tcon_link *tlink;
1785 tlink = cifs_sb_tlink(cifs_sb);
1786 if (IS_ERR(tlink))
1787 return PTR_ERR(tlink);
1788 tcon = tlink_tcon(tlink);
1883 cifs_put_tlink(tlink);
2048 struct tcon_link *tlink;
2060 tlink = cifs_sb_tlink(cifs_sb);
2061 if (IS_ERR(tlink))
2062 return PTR_ERR(tlink);
2063 tcon = tlink_tcon(tlink);
2117 cifs_put_tlink(tlink);
2126 struct tcon_link *tlink;
2149 tlink = cifs_sb_tlink(cifs_sb);
2150 if (IS_ERR(tlink)) {
2151 rc = PTR_ERR(tlink);
2154 tcon = tlink_tcon(tlink);
2159 cifs_put_tlink(tlink);
2165 cifs_put_tlink(tlink);
2170 cifs_put_tlink(tlink);
2205 struct tcon_link *tlink;
2215 tlink = cifs_sb_tlink(cifs_sb);
2216 if (IS_ERR(tlink))
2217 return PTR_ERR(tlink);
2218 tcon = tlink_tcon(tlink);
2267 cifs_put_tlink(tlink);
2279 struct tcon_link *tlink;
2296 tlink = cifs_sb_tlink(cifs_sb);
2297 if (IS_ERR(tlink))
2298 return PTR_ERR(tlink);
2299 tcon = tlink_tcon(tlink);
2403 cifs_put_tlink(tlink);
2547 if (tlink_tcon(cfile->tlink)->unix_ext)
2779 struct tcon_link *tlink = NULL;
2794 tcon = tlink_tcon(open_file->tlink);
2810 tlink = cifs_sb_tlink(cifs_sb);
2811 if (IS_ERR(tlink))
2812 return PTR_ERR(tlink);
2813 tcon = tlink_tcon(tlink);
2829 if (tlink)
2830 cifs_put_tlink(tlink);
2870 struct tcon_link *tlink;
2965 pTcon = tlink_tcon(open_file->tlink);
2969 tlink = cifs_sb_tlink(cifs_sb);
2970 if (IS_ERR(tlink)) {
2971 rc = PTR_ERR(tlink);
2974 pTcon = tlink_tcon(tlink);
2978 cifs_put_tlink(tlink);
3068 tcon = tlink_tcon(wfile->tlink);