Lines Matching refs:tcon_link
298 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
2751 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink()
2768 static inline struct tcon_link *
2822 struct tcon_link *tlink; in cifs_match_super()
3527 struct tcon_link *tlink; in cifs_mount()
3905 struct tcon_link *tlink; in cifs_umount()
3911 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
4055 static struct tcon_link *
4059 struct tcon_link *tlink; in tlink_rb_search()
4062 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
4076 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert()
4079 struct tcon_link *tlink; in tlink_rb_insert()
4082 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
4111 struct tcon_link *
4116 struct tcon_link *tlink, *newtlink; in cifs_sb_tlink()
4196 struct tcon_link *tlink; in cifs_prune_tlinks()
4210 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()