Lines Matching refs:tcon_link
285 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
3428 cifs_put_tlink(struct tcon_link *tlink)
3515 struct tcon_link *tlink;
4169 struct tcon_link *tlink;
5003 struct tcon_link *tlink;
5009 tlink = rb_entry(node, struct tcon_link, tl_rbnode);
5173 static struct tcon_link *
5177 struct tcon_link *tlink;
5180 tlink = rb_entry(node, struct tcon_link, tl_rbnode);
5192 /* insert a tcon_link into the tree */
5194 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink)
5197 struct tcon_link *tlink;
5200 tlink = rb_entry(*new, struct tcon_link, tl_rbnode);
5226 * If one doesn't exist then insert a new tcon_link struct into the tree and
5229 struct tcon_link *
5234 struct tcon_link *tlink, *newtlink;
5314 struct tcon_link *tlink;
5328 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode);