Lines Matching refs:tlink

340 	struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
364 struct tcon_link *tlink; local
369 tlink = cifs_sb_tlink(cifs_sb);
370 if (IS_ERR(tlink))
371 return PTR_ERR(tlink);
372 tcon = tlink_tcon(tlink);
377 cifs_put_tlink(tlink);
432 struct tcon_link *tlink; local
456 tlink = cifs_sb_tlink(cifs_sb);
457 if (IS_ERR(tlink))
458 return PTR_ERR(tlink);
459 tcon = tlink_tcon(tlink);
477 cifs_put_tlink(tlink);
531 cifs_put_tlink(tlink);
549 struct tcon_link *tlink; local
552 tlink = cifs_sb_tlink(cifs_sb);
553 if (IS_ERR(tlink))
554 return PTR_ERR(tlink);
555 tcon = tlink_tcon(tlink);
558 cifs_put_tlink(tlink);
566 cifs_put_tlink(tlink);
662 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
714 struct tcon_link *tlink; local
722 tlink = cifs_sb_tlink(cifs_sb);
723 if (IS_ERR(tlink))
724 return PTR_ERR(tlink);
725 tcon = tlink_tcon(tlink);
871 cifs_put_tlink(tlink);
1097 struct tcon_link *tlink; local
1102 tlink = cifs_sb_tlink(cifs_sb);
1103 if (IS_ERR(tlink))
1104 return PTR_ERR(tlink);
1105 tcon = tlink_tcon(tlink);
1190 cifs_put_tlink(tlink);
1238 struct tcon_link *tlink; local
1246 tlink = cifs_sb_tlink(cifs_sb);
1247 if (IS_ERR(tlink))
1248 return PTR_ERR(tlink);
1249 tcon = tlink_tcon(tlink);
1335 cifs_put_tlink(tlink);
1479 struct tcon_link *tlink; local
1488 tlink = cifs_sb_tlink(cifs_sb);
1489 if (IS_ERR(tlink))
1490 return PTR_ERR(tlink);
1491 tcon = tlink_tcon(tlink);
1534 cifs_put_tlink(tlink);
1543 struct tcon_link *tlink; local
1560 tlink = cifs_sb_tlink(cifs_sb);
1561 if (IS_ERR(tlink)) {
1562 rc = PTR_ERR(tlink);
1565 tcon = tlink_tcon(tlink);
1570 cifs_put_tlink(tlink);
1575 cifs_put_tlink(tlink);
1610 struct tcon_link *tlink; local
1617 tlink = cifs_sb_tlink(cifs_sb);
1618 if (IS_ERR(tlink))
1619 return PTR_ERR(tlink);
1620 tcon = tlink_tcon(tlink);
1659 cifs_put_tlink(tlink);
1671 struct tcon_link *tlink; local
1682 tlink = cifs_sb_tlink(cifs_sb);
1683 if (IS_ERR(tlink))
1684 return PTR_ERR(tlink);
1685 tcon = tlink_tcon(tlink);
1776 cifs_put_tlink(tlink);
1882 if (tlink_tcon(cfile->tlink)->unix_ext)
2034 struct tcon_link *tlink = NULL; local
2049 tcon = tlink_tcon(open_file->tlink);
2065 tlink = cifs_sb_tlink(cifs_sb);
2066 if (IS_ERR(tlink))
2067 return PTR_ERR(tlink);
2068 tcon = tlink_tcon(tlink);
2084 if (tlink)
2085 cifs_put_tlink(tlink);
2106 struct tcon_link *tlink; local
2196 pTcon = tlink_tcon(open_file->tlink);
2200 tlink = cifs_sb_tlink(cifs_sb);
2201 if (IS_ERR(tlink)) {
2202 rc = PTR_ERR(tlink);
2205 pTcon = tlink_tcon(tlink);
2209 cifs_put_tlink(tlink);