Lines Matching defs:tlink
354 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
378 struct tcon_link *tlink;
383 tlink = cifs_sb_tlink(cifs_sb);
384 if (IS_ERR(tlink))
385 return PTR_ERR(tlink);
386 tcon = tlink_tcon(tlink);
391 cifs_put_tlink(tlink);
447 struct tcon_link *tlink;
471 tlink = cifs_sb_tlink(cifs_sb);
472 if (IS_ERR(tlink))
473 return PTR_ERR(tlink);
474 tcon = tlink_tcon(tlink);
492 cifs_put_tlink(tlink);
546 cifs_put_tlink(tlink);
564 struct tcon_link *tlink;
567 tlink = cifs_sb_tlink(cifs_sb);
568 if (IS_ERR(tlink))
569 return PTR_ERR(tlink);
570 tcon = tlink_tcon(tlink);
573 cifs_put_tlink(tlink);
580 cifs_put_tlink(tlink);
746 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
923 struct tcon_link *tlink;
935 tlink = cifs_sb_tlink(cifs_sb);
936 if (IS_ERR(tlink))
937 return PTR_ERR(tlink);
938 tcon = tlink_tcon(tlink);
1109 cifs_put_tlink(tlink);
1120 struct tcon_link *tlink;
1129 tlink = cifs_sb_tlink(cifs_sb);
1130 if (IS_ERR(tlink))
1131 return PTR_ERR(tlink);
1132 tcon = tlink_tcon(tlink);
1221 cifs_put_tlink(tlink);
1469 struct tcon_link *tlink;
1474 tlink = cifs_sb_tlink(cifs_sb);
1475 if (IS_ERR(tlink))
1476 return PTR_ERR(tlink);
1477 tcon = tlink_tcon(tlink);
1562 cifs_put_tlink(tlink);
1610 struct tcon_link *tlink;
1618 tlink = cifs_sb_tlink(cifs_sb);
1619 if (IS_ERR(tlink))
1620 return PTR_ERR(tlink);
1621 tcon = tlink_tcon(tlink);
1712 cifs_put_tlink(tlink);
1858 struct tcon_link *tlink;
1867 tlink = cifs_sb_tlink(cifs_sb);
1868 if (IS_ERR(tlink))
1869 return PTR_ERR(tlink);
1870 tcon = tlink_tcon(tlink);
1921 cifs_put_tlink(tlink);
1930 struct tcon_link *tlink;
1947 tlink = cifs_sb_tlink(cifs_sb);
1948 if (IS_ERR(tlink)) {
1949 rc = PTR_ERR(tlink);
1952 tcon = tlink_tcon(tlink);
1957 cifs_put_tlink(tlink);
1963 cifs_put_tlink(tlink);
1968 cifs_put_tlink(tlink);
2003 struct tcon_link *tlink;
2010 tlink = cifs_sb_tlink(cifs_sb);
2011 if (IS_ERR(tlink))
2012 return PTR_ERR(tlink);
2013 tcon = tlink_tcon(tlink);
2058 cifs_put_tlink(tlink);
2070 struct tcon_link *tlink;
2081 tlink = cifs_sb_tlink(cifs_sb);
2082 if (IS_ERR(tlink))
2083 return PTR_ERR(tlink);
2084 tcon = tlink_tcon(tlink);
2175 cifs_put_tlink(tlink);
2285 if (tlink_tcon(cfile->tlink)->unix_ext)
2510 struct tcon_link *tlink = NULL;
2525 tcon = tlink_tcon(open_file->tlink);
2541 tlink = cifs_sb_tlink(cifs_sb);
2542 if (IS_ERR(tlink))
2543 return PTR_ERR(tlink);
2544 tcon = tlink_tcon(tlink);
2560 if (tlink)
2561 cifs_put_tlink(tlink);
2599 struct tcon_link *tlink;
2694 pTcon = tlink_tcon(open_file->tlink);
2698 tlink = cifs_sb_tlink(cifs_sb);
2699 if (IS_ERR(tlink)) {
2700 rc = PTR_ERR(tlink);
2703 pTcon = tlink_tcon(tlink);
2707 cifs_put_tlink(tlink);
2796 tcon = tlink_tcon(wfile->tlink);