Lines Matching refs:ver_root
424 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn)
426 struct rb_node **link = &ver_root->rb_node;
439 dbg_readinode("Link new node at %p (root is %p)\n", link, ver_root);
441 rb_insert_color(&tn->rb, ver_root);
456 struct rb_root ver_root = RB_ROOT;
477 ver_insert(&ver_root, last);
490 order, in the tree at ver_root. Most of the time,
493 this = tn_last(&ver_root);
499 eat_last(&ver_root, &this->rb);
532 eat_last(&ver_root, &vers_next->rb);