Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dconnect.c3944 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
4235 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
4255 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
4264 rb_link_node(&new_tlink->tl_rbnode, parent, new);
4265 rb_insert_color(&new_tlink->tl_rbnode, root);
4383 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
H A Dcached_dir.c483 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in close_all_cached_dirs()
H A Dcifsglob.h1304 struct rb_node tl_rbnode;
1302 struct rb_node tl_rbnode; global() member