Searched refs:tl_rbnode (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | connect.c | 3911 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 4062 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 4082 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert() 4091 rb_link_node(&new_tlink->tl_rbnode, parent, new); in tlink_rb_insert() 4092 rb_insert_color(&new_tlink->tl_rbnode, root); in tlink_rb_insert() 4210 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
|
D | cifsglob.h | 932 struct rb_node tl_rbnode; member
|