Searched refs:ver_root (Results 1 - 1 of 1) sorted by path

/linux-master/fs/jffs2/
H A Dreadinode.c424 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) argument
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; local
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,
[all...]

Completed in 191 milliseconds