Lines Matching defs:tlink
1207 tlink_tcon(struct tcon_link *tlink)
1209 return tlink->tl_tcon;
1218 extern void cifs_put_tlink(struct tcon_link *tlink);
1221 cifs_get_tlink(struct tcon_link *tlink)
1223 if (tlink && !IS_ERR(tlink))
1224 atomic_inc(&tlink->tl_count);
1225 return tlink;
1235 struct tcon_link *tlink;
1321 struct tcon_link *tlink;