Searched refs:orph_dnext (Results 1 – 6 of 6) sorted by relevance
126 o->dnext = c->orph_dnext; in ubifs_delete_orphan()127 c->orph_dnext = o; in ubifs_delete_orphan()434 dnext = c->orph_dnext; in erase_deleted()446 c->orph_dnext = NULL; in erase_deleted()530 orphan->dnext = c->orph_dnext; in insert_dead_orphan()531 c->orph_dnext = orphan; in insert_dead_orphan()
1035 while (c->orph_dnext) { in free_orphans()1036 orph = c->orph_dnext; in free_orphans()1037 c->orph_dnext = orph->dnext; in free_orphans()
1967 struct ubifs_orphan *orph_dnext; member
138 orph->dnext = c->orph_dnext; in orphan_delete()139 c->orph_dnext = orph; in orphan_delete()515 dnext = c->orph_dnext; in erase_deleted()527 c->orph_dnext = NULL; in erase_deleted()611 orphan->dnext = c->orph_dnext; in insert_dead_orphan()612 c->orph_dnext = orphan; in insert_dead_orphan()
900 while (c->orph_dnext) { in free_orphans()901 orph = c->orph_dnext; in free_orphans()902 c->orph_dnext = orph->dnext; in free_orphans()
1419 struct ubifs_orphan *orph_dnext; member