Lines Matching defs:tlink
101 struct tcon_link *tlink;
106 tlink = cifs_sb_tlink(cifs_sb);
107 if (IS_ERR(tlink))
108 return PTR_ERR(tlink);
109 pTcon = tlink_tcon(tlink);
211 cifs_put_tlink(tlink);
269 struct tcon_link *tlink;
274 tlink = cifs_sb_tlink(cifs_sb);
275 if (IS_ERR(tlink))
276 return PTR_ERR(tlink);
277 pTcon = tlink_tcon(tlink);
359 cifs_put_tlink(tlink);
368 struct tcon_link *tlink;
379 tlink = cifs_sb_tlink(cifs_sb);
380 if (IS_ERR(tlink))
381 return PTR_ERR(tlink);
382 pTcon = tlink_tcon(tlink);
405 cifs_put_tlink(tlink);