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);
282 * root directory can use this and check if it should
732 struct proc_dir_entry *root = NULL, *de, *next;
743 root = pde_subdir_find(parent, fn, len);
744 if (!root) {
748 if (unlikely(pde_is_permanent(root))) {
751 root->parent->name, root->name);
754 rb_erase(&root->subdir_node, &parent->subdir);
756 de = root;
776 if (de == root)
783 pde_put(root);