Lines Matching defs:tlink
110 struct tcon_link *tlink;
114 tlink = cifs_sb_tlink(cifs_sb);
115 if (IS_ERR(tlink))
116 return PTR_ERR(tlink);
117 pTcon = tlink_tcon(tlink);
235 cifs_put_tlink(tlink);
293 struct tcon_link *tlink;
297 tlink = cifs_sb_tlink(cifs_sb);
298 if (IS_ERR(tlink))
299 return PTR_ERR(tlink);
300 pTcon = tlink_tcon(tlink);
392 cifs_put_tlink(tlink);
401 struct tcon_link *tlink;
408 tlink = cifs_sb_tlink(cifs_sb);
409 if (IS_ERR(tlink))
410 return PTR_ERR(tlink);
411 pTcon = tlink_tcon(tlink);
433 cifs_put_tlink(tlink);