Lines Matching refs:tlink

348 	struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
375 struct tcon_link *tlink; local
380 tlink = cifs_sb_tlink(cifs_sb);
381 if (IS_ERR(tlink))
382 return PTR_ERR(tlink);
383 tcon = tlink_tcon(tlink);
388 cifs_put_tlink(tlink);
438 struct tcon_link *tlink; local
462 tlink = cifs_sb_tlink(cifs_sb);
463 if (IS_ERR(tlink))
464 return PTR_ERR(tlink);
465 tcon = tlink_tcon(tlink);
483 cifs_put_tlink(tlink);
537 cifs_put_tlink(tlink);
555 struct tcon_link *tlink; local
558 tlink = cifs_sb_tlink(cifs_sb);
559 if (IS_ERR(tlink))
560 return PTR_ERR(tlink);
561 tcon = tlink_tcon(tlink);
564 cifs_put_tlink(tlink);
571 cifs_put_tlink(tlink);
737 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
920 struct tcon_link *tlink; local
932 tlink = cifs_sb_tlink(cifs_sb);
933 if (IS_ERR(tlink))
934 return PTR_ERR(tlink);
935 tcon = tlink_tcon(tlink);
1098 cifs_put_tlink(tlink);
1109 struct tcon_link *tlink; local
1118 tlink = cifs_sb_tlink(cifs_sb);
1119 if (IS_ERR(tlink))
1120 return PTR_ERR(tlink);
1121 tcon = tlink_tcon(tlink);
1203 cifs_put_tlink(tlink);
1446 struct tcon_link *tlink; local
1451 tlink = cifs_sb_tlink(cifs_sb);
1452 if (IS_ERR(tlink))
1453 return PTR_ERR(tlink);
1454 tcon = tlink_tcon(tlink);
1539 cifs_put_tlink(tlink);
1588 struct tcon_link *tlink; local
1599 tlink = cifs_sb_tlink(cifs_sb);
1600 if (IS_ERR(tlink))
1601 return PTR_ERR(tlink);
1602 tcon = tlink_tcon(tlink);
1695 cifs_put_tlink(tlink);
1852 struct tcon_link *tlink; local
1864 tlink = cifs_sb_tlink(cifs_sb);
1865 if (IS_ERR(tlink))
1866 return PTR_ERR(tlink);
1867 tcon = tlink_tcon(tlink);
1919 cifs_put_tlink(tlink);
1928 struct tcon_link *tlink; local
1951 tlink = cifs_sb_tlink(cifs_sb);
1952 if (IS_ERR(tlink)) {
1953 rc = PTR_ERR(tlink);
1956 tcon = tlink_tcon(tlink);
1961 cifs_put_tlink(tlink);
1967 cifs_put_tlink(tlink);
1972 cifs_put_tlink(tlink);
2007 struct tcon_link *tlink; local
2014 tlink = cifs_sb_tlink(cifs_sb);
2015 if (IS_ERR(tlink))
2016 return PTR_ERR(tlink);
2017 tcon = tlink_tcon(tlink);
2062 cifs_put_tlink(tlink);
2074 struct tcon_link *tlink; local
2089 tlink = cifs_sb_tlink(cifs_sb);
2090 if (IS_ERR(tlink))
2091 return PTR_ERR(tlink);
2092 tcon = tlink_tcon(tlink);
2196 cifs_put_tlink(tlink);
2338 if (tlink_tcon(cfile->tlink)->unix_ext)
2569 struct tcon_link *tlink = NULL; local
2584 tcon = tlink_tcon(open_file->tlink);
2600 tlink = cifs_sb_tlink(cifs_sb);
2601 if (IS_ERR(tlink))
2602 return PTR_ERR(tlink);
2603 tcon = tlink_tcon(tlink);
2619 if (tlink)
2620 cifs_put_tlink(tlink);
2659 struct tcon_link *tlink; local
2754 pTcon = tlink_tcon(open_file->tlink);
2758 tlink = cifs_sb_tlink(cifs_sb);
2759 if (IS_ERR(tlink)) {
2760 rc = PTR_ERR(tlink);
2763 pTcon = tlink_tcon(tlink);
2767 cifs_put_tlink(tlink);
2854 tcon = tlink_tcon(wfile->tlink);