Searched refs:orph_dnext (Results 1 – 3 of 3) sorted by relevance
138 orph->dnext = c->orph_dnext; in orphan_delete()139 c->orph_dnext = orph; in orphan_delete()508 dnext = c->orph_dnext; in erase_deleted()520 c->orph_dnext = NULL; in erase_deleted()604 orphan->dnext = c->orph_dnext; in insert_dead_orphan()605 c->orph_dnext = orphan; in insert_dead_orphan()
870 while (c->orph_dnext) { in free_orphans()871 orph = c->orph_dnext; in free_orphans()872 c->orph_dnext = orph->dnext; in free_orphans()
1389 struct ubifs_orphan *orph_dnext; member