Lines Matching refs:tcon_link
67 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
2739 cifs_put_tlink(struct tcon_link *tlink)
2837 struct tcon_link *tlink;
3467 struct tcon_link *tlink;
3802 struct tcon_link *tlink;
3808 tlink = rb_entry(node, struct tcon_link, tl_rbnode);
4051 static struct tcon_link *
4055 struct tcon_link *tlink;
4058 tlink = rb_entry(node, struct tcon_link, tl_rbnode);
4070 /* insert a tcon_link into the tree */
4072 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink)
4075 struct tcon_link *tlink;
4078 tlink = rb_entry(*new, struct tcon_link, tl_rbnode);
4104 * If one doesn't exist then insert a new tcon_link struct into the tree and
4107 struct tcon_link *
4112 struct tcon_link *tlink, *newtlink;
4192 struct tcon_link *tlink;
4206 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode);