Searched refs:tl_rbnode (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | connect.c | 3988 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount() 4312 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search() 4332 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert() 4341 rb_link_node(&new_tlink->tl_rbnode, parent, new); in tlink_rb_insert() 4342 rb_insert_color(&new_tlink->tl_rbnode, root); in tlink_rb_insert() 4467 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
|
| H A D | cached_dir.c | 558 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in close_all_cached_dirs()
|
| H A D | misc.c | 573 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_close_all_deferred_files_sb()
|
| H A D | cifsglob.h | 1306 struct rb_node tl_rbnode; member
|