Lines Matching refs:tcon_link
315 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
3149 cifs_put_tlink(struct tcon_link *tlink) in cifs_put_tlink()
3230 struct tcon_link *tlink; in cifs_match_super()
3963 struct tcon_link *tlink; in cifs_mount()
4351 struct tcon_link *tlink; in cifs_umount()
4357 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
4515 static struct tcon_link *
4519 struct tcon_link *tlink; in tlink_rb_search()
4522 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
4536 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) in tlink_rb_insert()
4539 struct tcon_link *tlink; in tlink_rb_insert()
4542 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
4571 struct tcon_link *
4576 struct tcon_link *tlink, *newtlink; in cifs_sb_tlink()
4656 struct tcon_link *tlink; in cifs_prune_tlinks()
4670 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()