Lines Matching defs:tlink
1281 tlink_tcon(struct tcon_link *tlink)
1283 return tlink->tl_tcon;
1292 extern void cifs_put_tlink(struct tcon_link *tlink);
1295 cifs_get_tlink(struct tcon_link *tlink)
1297 if (tlink && !IS_ERR(tlink))
1298 atomic_inc(&tlink->tl_count);
1299 return tlink;
1309 struct tcon_link *tlink;
1316 struct tcon_link *tlink;
1403 struct tcon_link *tlink;