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

/linux-master/fs/ubifs/
H A Dorphan.c64 p = &c->orph_tree.rb_node;
82 rb_insert_color(&orphan->rb, &c->orph_tree);
101 p = c->orph_tree.rb_node;
117 rb_erase(&o->rb, &c->orph_tree);
521 rb_erase(&orphan->rb, &c->orph_tree);
592 p = &c->orph_tree.rb_node;
608 rb_insert_color(&orphan->rb, &c->orph_tree);
H A Dubifs.h1165 * @orph_tree: rb-tree of orphan inode numbers
1170 * @orphan_lock: lock for orph_tree and orph_new
1419 struct rb_root orph_tree; member in struct:ubifs_info
H A Dsuper.c2159 c->orph_tree = RB_ROOT;

Completed in 227 milliseconds