Home
last modified time | relevance | path

Searched refs:tl_rbnode (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dconnect.c3808 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
4058 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
4078 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
4087 rb_link_node(&new_tlink->tl_rbnode, parent, new); in tlink_rb_insert()
4088 rb_insert_color(&new_tlink->tl_rbnode, root); in tlink_rb_insert()
4206 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
H A Dcached_dir.c463 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in close_all_cached_dirs()
H A Dcifsglob.h1266 struct rb_node tl_rbnode; member
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c5009 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in cifs_umount()
5180 tlink = rb_entry(node, struct tcon_link, tl_rbnode); in tlink_rb_search()
5200 tlink = rb_entry(*new, struct tcon_link, tl_rbnode); in tlink_rb_insert()
5209 rb_link_node(&new_tlink->tl_rbnode, parent, new); in tlink_rb_insert()
5210 rb_insert_color(&new_tlink->tl_rbnode, root); in tlink_rb_insert()
5328 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode); in cifs_prune_tlinks()
H A Dcifsglob.h1192 struct rb_node tl_rbnode; member

Completed in 30 milliseconds