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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dreadinode.c421 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) argument
423 struct rb_node **link = &ver_root->rb_node;
436 dbg_readinode("Link new node at %p (root is %p)\n", link, ver_root);
438 rb_insert_color(&tn->rb, ver_root);
453 struct rb_root ver_root = RB_ROOT; local
474 ver_insert(&ver_root, last);
487 order, in the tree at ver_root. Most of the time,
490 this = tn_last(&ver_root);
496 eat_last(&ver_root, &this->rb);
529 eat_last(&ver_root,
[all...]

Completed in 48 milliseconds