Searched refs:orph_dnext (Results 1 – 3 of 3) sorted by relevance
128 o->dnext = c->orph_dnext; in ubifs_delete_orphan()129 c->orph_dnext = o; in ubifs_delete_orphan()436 dnext = c->orph_dnext; in erase_deleted()448 c->orph_dnext = NULL; in erase_deleted()532 orphan->dnext = c->orph_dnext; in insert_dead_orphan()533 c->orph_dnext = orphan; in insert_dead_orphan()
1039 while (c->orph_dnext) { in free_orphans()1040 orph = c->orph_dnext; in free_orphans()1041 c->orph_dnext = orph->dnext; in free_orphans()
1967 struct ubifs_orphan *orph_dnext; member
Completed in 17 milliseconds