Searched refs:subdir_node (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | generic.c | 44 subdir_node); in pde_subdir_first() 49 return rb_entry_safe(rb_next(&dir->subdir_node), struct proc_dir_entry, in pde_subdir_next() 50 subdir_node); in pde_subdir_next() 62 subdir_node); in pde_subdir_find() 84 container_of(*new, struct proc_dir_entry, subdir_node); in pde_subdir_insert() 97 rb_link_node(&de->subdir_node, parent, new); in pde_subdir_insert() 98 rb_insert_color(&de->subdir_node, root); in pde_subdir_insert() 561 rb_erase(&de->subdir_node, &parent->subdir); in remove_proc_entry() 598 rb_erase(&root->subdir_node, &parent->subdir); in remove_proc_subtree() 604 rb_erase(&next->subdir_node, &de->subdir); in remove_proc_subtree()
|
D | internal.h | 42 struct rb_node subdir_node; member
|