Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c5007 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
5178 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
5198 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
5207 rb_link_node(&new_tlink->tl_rbnode, parent, new); in tlink_rb_insert()
5208 rb_insert_color(&new_tlink->tl_rbnode, root); in tlink_rb_insert()
5326 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
H A Dcifsglob.h1189 struct rb_node tl_rbnode; member