Lines Matching defs:root
93 struct rb_root *root = &dir->subdir;
94 struct rb_node **new = &root->rb_node, *parent = NULL;
114 rb_insert_color(&de->subdir_node, root);
276 * root directory can use this and check if it should
726 struct proc_dir_entry *root = NULL, *de, *next;
737 root = pde_subdir_find(parent, fn, len);
738 if (!root) {
742 if (unlikely(pde_is_permanent(root))) {
745 root->parent->name, root->name);
748 rb_erase(&root->subdir_node, &parent->subdir);
750 de = root;
770 if (de == root)
777 pde_put(root);