Lines Matching refs:tlink
354 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
381 struct tcon_link *tlink; local
386 tlink = cifs_sb_tlink(cifs_sb);
387 if (IS_ERR(tlink))
388 return PTR_ERR(tlink);
389 tcon = tlink_tcon(tlink);
394 cifs_put_tlink(tlink);
450 struct tcon_link *tlink; local
474 tlink = cifs_sb_tlink(cifs_sb);
475 if (IS_ERR(tlink))
476 return PTR_ERR(tlink);
477 tcon = tlink_tcon(tlink);
495 cifs_put_tlink(tlink);
549 cifs_put_tlink(tlink);
567 struct tcon_link *tlink; local
570 tlink = cifs_sb_tlink(cifs_sb);
571 if (IS_ERR(tlink))
572 return PTR_ERR(tlink);
573 tcon = tlink_tcon(tlink);
576 cifs_put_tlink(tlink);
583 cifs_put_tlink(tlink);
749 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
926 struct tcon_link *tlink; local
938 tlink = cifs_sb_tlink(cifs_sb);
939 if (IS_ERR(tlink))
940 return PTR_ERR(tlink);
941 tcon = tlink_tcon(tlink);
1112 cifs_put_tlink(tlink);
1123 struct tcon_link *tlink; local
1132 tlink = cifs_sb_tlink(cifs_sb);
1133 if (IS_ERR(tlink))
1134 return PTR_ERR(tlink);
1135 tcon = tlink_tcon(tlink);
1224 cifs_put_tlink(tlink);
1472 struct tcon_link *tlink; local
1477 tlink = cifs_sb_tlink(cifs_sb);
1478 if (IS_ERR(tlink))
1479 return PTR_ERR(tlink);
1480 tcon = tlink_tcon(tlink);
1565 cifs_put_tlink(tlink);
1613 struct tcon_link *tlink; local
1621 tlink = cifs_sb_tlink(cifs_sb);
1622 if (IS_ERR(tlink))
1623 return PTR_ERR(tlink);
1624 tcon = tlink_tcon(tlink);
1715 cifs_put_tlink(tlink);
1861 struct tcon_link *tlink; local
1870 tlink = cifs_sb_tlink(cifs_sb);
1871 if (IS_ERR(tlink))
1872 return PTR_ERR(tlink);
1873 tcon = tlink_tcon(tlink);
1924 cifs_put_tlink(tlink);
1933 struct tcon_link *tlink; local
1950 tlink = cifs_sb_tlink(cifs_sb);
1951 if (IS_ERR(tlink)) {
1952 rc = PTR_ERR(tlink);
1955 tcon = tlink_tcon(tlink);
1960 cifs_put_tlink(tlink);
1966 cifs_put_tlink(tlink);
1971 cifs_put_tlink(tlink);
2006 struct tcon_link *tlink; local
2013 tlink = cifs_sb_tlink(cifs_sb);
2014 if (IS_ERR(tlink))
2015 return PTR_ERR(tlink);
2016 tcon = tlink_tcon(tlink);
2061 cifs_put_tlink(tlink);
2073 struct tcon_link *tlink; local
2084 tlink = cifs_sb_tlink(cifs_sb);
2085 if (IS_ERR(tlink))
2086 return PTR_ERR(tlink);
2087 tcon = tlink_tcon(tlink);
2178 cifs_put_tlink(tlink);
2288 if (tlink_tcon(cfile->tlink)->unix_ext)
2513 struct tcon_link *tlink = NULL; local
2528 tcon = tlink_tcon(open_file->tlink);
2544 tlink = cifs_sb_tlink(cifs_sb);
2545 if (IS_ERR(tlink))
2546 return PTR_ERR(tlink);
2547 tcon = tlink_tcon(tlink);
2563 if (tlink)
2564 cifs_put_tlink(tlink);
2602 struct tcon_link *tlink; local
2697 pTcon = tlink_tcon(open_file->tlink);
2701 tlink = cifs_sb_tlink(cifs_sb);
2702 if (IS_ERR(tlink)) {
2703 rc = PTR_ERR(tlink);
2706 pTcon = tlink_tcon(tlink);
2710 cifs_put_tlink(tlink);
2799 tcon = tlink_tcon(wfile->tlink);