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);
1154 cifs_put_tlink(tlink);
1166 struct tcon_link *tlink; local
1175 tlink = cifs_sb_tlink(cifs_sb);
1176 if (IS_ERR(tlink))
1177 return PTR_ERR(tlink);
1178 tcon = tlink_tcon(tlink);
1254 cifs_put_tlink(tlink);
1497 struct tcon_link *tlink; local
1502 tlink = cifs_sb_tlink(cifs_sb);
1503 if (IS_ERR(tlink))
1504 return PTR_ERR(tlink);
1505 tcon = tlink_tcon(tlink);
1590 cifs_put_tlink(tlink);
1640 struct tcon_link *tlink; local
1651 tlink = cifs_sb_tlink(cifs_sb);
1652 if (IS_ERR(tlink))
1653 return PTR_ERR(tlink);
1654 tcon = tlink_tcon(tlink);
1749 cifs_put_tlink(tlink);
1914 struct tcon_link *tlink; local
1926 tlink = cifs_sb_tlink(cifs_sb);
1927 if (IS_ERR(tlink))
1928 return PTR_ERR(tlink);
1929 tcon = tlink_tcon(tlink);
1983 cifs_put_tlink(tlink);
1992 struct tcon_link *tlink; local
2015 tlink = cifs_sb_tlink(cifs_sb);
2016 if (IS_ERR(tlink)) {
2017 rc = PTR_ERR(tlink);
2020 tcon = tlink_tcon(tlink);
2025 cifs_put_tlink(tlink);
2031 cifs_put_tlink(tlink);
2036 cifs_put_tlink(tlink);
2071 struct tcon_link *tlink; local
2081 tlink = cifs_sb_tlink(cifs_sb);
2082 if (IS_ERR(tlink))
2083 return PTR_ERR(tlink);
2084 tcon = tlink_tcon(tlink);
2131 cifs_put_tlink(tlink);
2143 struct tcon_link *tlink; local
2160 tlink = cifs_sb_tlink(cifs_sb);
2161 if (IS_ERR(tlink))
2162 return PTR_ERR(tlink);
2163 tcon = tlink_tcon(tlink);
2270 cifs_put_tlink(tlink);
2414 if (tlink_tcon(cfile->tlink)->unix_ext)
2646 struct tcon_link *tlink = NULL; local
2661 tcon = tlink_tcon(open_file->tlink);
2677 tlink = cifs_sb_tlink(cifs_sb);
2678 if (IS_ERR(tlink))
2679 return PTR_ERR(tlink);
2680 tcon = tlink_tcon(tlink);
2696 if (tlink)
2697 cifs_put_tlink(tlink);
2737 struct tcon_link *tlink; local
2832 pTcon = tlink_tcon(open_file->tlink);
2836 tlink = cifs_sb_tlink(cifs_sb);
2837 if (IS_ERR(tlink)) {
2838 rc = PTR_ERR(tlink);
2841 pTcon = tlink_tcon(tlink);
2845 cifs_put_tlink(tlink);
2935 tcon = tlink_tcon(wfile->tlink);