Lines Matching defs:root
851 struct rb_root root;
865 static int dbg_ins_check_orphan(struct rb_root *root, ino_t inum)
875 p = &root->rb_node;
889 rb_insert_color(&orphan->rb, root);
893 static int dbg_find_check_orphan(struct rb_root *root, ino_t inum)
898 p = root->rb_node;
911 static void dbg_free_check_tree(struct rb_root *root)
915 rbtree_postorder_for_each_entry_safe(o, n, root, rb)
941 if (!dbg_find_check_orphan(&ci->root, inum) &&
967 err = dbg_ins_check_orphan(&ci->root, inum);
1021 ci.root = RB_ROOT;
1049 dbg_free_check_tree(&ci.root);