Home
last modified time | relevance | path

Searched refs:tl_rbnode (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dconnect.c3761 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
3931 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
3951 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
3960 rb_link_node(&new_tlink->tl_rbnode, parent, new); in tlink_rb_insert()
3961 rb_insert_color(&new_tlink->tl_rbnode, root); in tlink_rb_insert()
4079 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
Dcifsglob.h1127 struct rb_node tl_rbnode; member
Dcifsfs.c270 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_kill_sb()