Lines Matching refs:tlink

404 	struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
441 struct tcon_link *tlink;
446 tlink = cifs_sb_tlink(cifs_sb);
447 if (IS_ERR(tlink))
448 return PTR_ERR(tlink);
449 tcon = tlink_tcon(tlink);
456 cifs_put_tlink(tlink);
527 struct tcon_link *tlink;
554 tlink = cifs_sb_tlink(cifs_sb);
555 if (IS_ERR(tlink))
556 return PTR_ERR(tlink);
557 tcon = tlink_tcon(tlink);
576 cifs_put_tlink(tlink);
669 cifs_put_tlink(tlink);
687 struct tcon_link *tlink;
690 tlink = cifs_sb_tlink(cifs_sb);
691 if (IS_ERR(tlink))
692 return PTR_ERR(tlink);
693 tcon = tlink_tcon(tlink);
696 cifs_put_tlink(tlink);
703 cifs_put_tlink(tlink);
871 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
1137 struct tcon_link *tlink;
1143 tlink = cifs_sb_tlink(cifs_sb);
1144 if (IS_ERR(tlink))
1145 return PTR_ERR(tlink);
1146 tcon = tlink_tcon(tlink);
1284 cifs_put_tlink(tlink);
1323 struct tcon_link *tlink;
1327 tlink = cifs_sb_tlink(cifs_sb);
1328 if (IS_ERR(tlink))
1329 return PTR_ERR(tlink);
1330 tcon = tlink_tcon(tlink);
1383 cifs_put_tlink(tlink);
1665 struct tcon_link *tlink;
1670 tlink = cifs_sb_tlink(cifs_sb);
1671 if (IS_ERR(tlink))
1672 return PTR_ERR(tlink);
1673 tcon = tlink_tcon(tlink);
1759 cifs_put_tlink(tlink);
1809 struct tcon_link *tlink;
1820 tlink = cifs_sb_tlink(cifs_sb);
1821 if (IS_ERR(tlink))
1822 return PTR_ERR(tlink);
1823 tcon = tlink_tcon(tlink);
1922 cifs_put_tlink(tlink);
2089 struct tcon_link *tlink;
2101 tlink = cifs_sb_tlink(cifs_sb);
2102 if (IS_ERR(tlink))
2103 return PTR_ERR(tlink);
2104 tcon = tlink_tcon(tlink);
2158 cifs_put_tlink(tlink);
2167 struct tcon_link *tlink;
2190 tlink = cifs_sb_tlink(cifs_sb);
2191 if (IS_ERR(tlink)) {
2192 rc = PTR_ERR(tlink);
2195 tcon = tlink_tcon(tlink);
2200 cifs_put_tlink(tlink);
2206 cifs_put_tlink(tlink);
2211 cifs_put_tlink(tlink);
2246 struct tcon_link *tlink;
2256 tlink = cifs_sb_tlink(cifs_sb);
2257 if (IS_ERR(tlink))
2258 return PTR_ERR(tlink);
2259 tcon = tlink_tcon(tlink);
2308 cifs_put_tlink(tlink);
2320 struct tcon_link *tlink;
2337 tlink = cifs_sb_tlink(cifs_sb);
2338 if (IS_ERR(tlink))
2339 return PTR_ERR(tlink);
2340 tcon = tlink_tcon(tlink);
2444 cifs_put_tlink(tlink);
2575 if (tlink_tcon(cfile->tlink)->unix_ext)
2809 struct tcon_link *tlink = NULL;
2824 tcon = tlink_tcon(open_file->tlink);
2840 tlink = cifs_sb_tlink(cifs_sb);
2841 if (IS_ERR(tlink))
2842 return PTR_ERR(tlink);
2843 tcon = tlink_tcon(tlink);
2859 if (tlink)
2860 cifs_put_tlink(tlink);
2900 struct tcon_link *tlink;
2995 pTcon = tlink_tcon(open_file->tlink);
2999 tlink = cifs_sb_tlink(cifs_sb);
3000 if (IS_ERR(tlink)) {
3001 rc = PTR_ERR(tlink);
3004 pTcon = tlink_tcon(tlink);
3008 cifs_put_tlink(tlink);
3099 tcon = tlink_tcon(wfile->tlink);