Lines Matching refs:tlink

349 	struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
373 struct tcon_link *tlink; local
378 tlink = cifs_sb_tlink(cifs_sb);
379 if (IS_ERR(tlink))
380 return PTR_ERR(tlink);
381 tcon = tlink_tcon(tlink);
386 cifs_put_tlink(tlink);
443 struct tcon_link *tlink; local
467 tlink = cifs_sb_tlink(cifs_sb);
468 if (IS_ERR(tlink))
469 return PTR_ERR(tlink);
470 tcon = tlink_tcon(tlink);
490 cifs_put_tlink(tlink);
544 cifs_put_tlink(tlink);
562 struct tcon_link *tlink; local
565 tlink = cifs_sb_tlink(cifs_sb);
566 if (IS_ERR(tlink))
567 return PTR_ERR(tlink);
568 tcon = tlink_tcon(tlink);
571 cifs_put_tlink(tlink);
578 cifs_put_tlink(tlink);
676 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
739 struct tcon_link *tlink; local
747 tlink = cifs_sb_tlink(cifs_sb);
748 if (IS_ERR(tlink))
749 return PTR_ERR(tlink);
750 tcon = tlink_tcon(tlink);
959 cifs_put_tlink(tlink);
1202 struct tcon_link *tlink; local
1207 tlink = cifs_sb_tlink(cifs_sb);
1208 if (IS_ERR(tlink))
1209 return PTR_ERR(tlink);
1210 tcon = tlink_tcon(tlink);
1295 cifs_put_tlink(tlink);
1343 struct tcon_link *tlink; local
1351 tlink = cifs_sb_tlink(cifs_sb);
1352 if (IS_ERR(tlink))
1353 return PTR_ERR(tlink);
1354 tcon = tlink_tcon(tlink);
1440 cifs_put_tlink(tlink);
1584 struct tcon_link *tlink; local
1593 tlink = cifs_sb_tlink(cifs_sb);
1594 if (IS_ERR(tlink))
1595 return PTR_ERR(tlink);
1596 tcon = tlink_tcon(tlink);
1647 cifs_put_tlink(tlink);
1656 struct tcon_link *tlink; local
1673 tlink = cifs_sb_tlink(cifs_sb);
1674 if (IS_ERR(tlink)) {
1675 rc = PTR_ERR(tlink);
1678 tcon = tlink_tcon(tlink);
1683 cifs_put_tlink(tlink);
1688 cifs_put_tlink(tlink);
1723 struct tcon_link *tlink; local
1730 tlink = cifs_sb_tlink(cifs_sb);
1731 if (IS_ERR(tlink))
1732 return PTR_ERR(tlink);
1733 tcon = tlink_tcon(tlink);
1776 cifs_put_tlink(tlink);
1788 struct tcon_link *tlink; local
1799 tlink = cifs_sb_tlink(cifs_sb);
1800 if (IS_ERR(tlink))
1801 return PTR_ERR(tlink);
1802 tcon = tlink_tcon(tlink);
1893 cifs_put_tlink(tlink);
1999 if (tlink_tcon(cfile->tlink)->unix_ext)
2206 struct tcon_link *tlink = NULL; local
2221 tcon = tlink_tcon(open_file->tlink);
2237 tlink = cifs_sb_tlink(cifs_sb);
2238 if (IS_ERR(tlink))
2239 return PTR_ERR(tlink);
2240 tcon = tlink_tcon(tlink);
2256 if (tlink)
2257 cifs_put_tlink(tlink);
2278 struct tcon_link *tlink; local
2373 pTcon = tlink_tcon(open_file->tlink);
2377 tlink = cifs_sb_tlink(cifs_sb);
2378 if (IS_ERR(tlink)) {
2379 rc = PTR_ERR(tlink);
2382 pTcon = tlink_tcon(tlink);
2386 cifs_put_tlink(tlink);
2474 tcon = tlink_tcon(wfile->tlink);