Lines Matching refs:tcon_link
287 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
2670 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink()
2687 static inline struct tcon_link *
2741 struct tcon_link *tlink; in cifs_match_super()
3446 struct tcon_link *tlink; in cifs_mount()
3813 struct tcon_link *tlink; in cifs_umount()
3819 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
3963 static struct tcon_link *
3967 struct tcon_link *tlink; in tlink_rb_search()
3970 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
3984 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert()
3987 struct tcon_link *tlink; in tlink_rb_insert()
3990 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
4019 struct tcon_link *
4024 struct tcon_link *tlink, *newtlink; in cifs_sb_tlink()
4104 struct tcon_link *tlink; in cifs_prune_tlinks()
4118 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()