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);
1452 struct tcon_link *tlink; local
1457 tlink = cifs_sb_tlink(cifs_sb);
1458 if (IS_ERR(tlink))
1459 return PTR_ERR(tlink);
1460 tcon = tlink_tcon(tlink);
1545 cifs_put_tlink(tlink);
1594 struct tcon_link *tlink; local
1605 tlink = cifs_sb_tlink(cifs_sb);
1606 if (IS_ERR(tlink))
1607 return PTR_ERR(tlink);
1608 tcon = tlink_tcon(tlink);
1701 cifs_put_tlink(tlink);
1858 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);
1925 cifs_put_tlink(tlink);
1934 struct tcon_link *tlink; local
1957 tlink = cifs_sb_tlink(cifs_sb);
1958 if (IS_ERR(tlink)) {
1959 rc = PTR_ERR(tlink);
1962 tcon = tlink_tcon(tlink);
1967 cifs_put_tlink(tlink);
1973 cifs_put_tlink(tlink);
1978 cifs_put_tlink(tlink);
2013 struct tcon_link *tlink; local
2020 tlink = cifs_sb_tlink(cifs_sb);
2021 if (IS_ERR(tlink))
2022 return PTR_ERR(tlink);
2023 tcon = tlink_tcon(tlink);
2068 cifs_put_tlink(tlink);
2080 struct tcon_link *tlink; local
2095 tlink = cifs_sb_tlink(cifs_sb);
2096 if (IS_ERR(tlink))
2097 return PTR_ERR(tlink);
2098 tcon = tlink_tcon(tlink);
2202 cifs_put_tlink(tlink);
2344 if (tlink_tcon(cfile->tlink)->unix_ext)
2575 struct tcon_link *tlink = NULL; local
2590 tcon = tlink_tcon(open_file->tlink);
2606 tlink = cifs_sb_tlink(cifs_sb);
2607 if (IS_ERR(tlink))
2608 return PTR_ERR(tlink);
2609 tcon = tlink_tcon(tlink);
2625 if (tlink)
2626 cifs_put_tlink(tlink);
2665 struct tcon_link *tlink; local
2760 pTcon = tlink_tcon(open_file->tlink);
2764 tlink = cifs_sb_tlink(cifs_sb);
2765 if (IS_ERR(tlink)) {
2766 rc = PTR_ERR(tlink);
2769 pTcon = tlink_tcon(tlink);
2773 cifs_put_tlink(tlink);
2860 tcon = tlink_tcon(wfile->tlink);