Home
last modified time | relevance | path

Searched refs:orph_dnext (Results 1 – 3 of 3) sorted by relevance

/u-boot/fs/ubifs/
A Dorphan.c128 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()
A Dsuper.c1039 while (c->orph_dnext) { in free_orphans()
1040 orph = c->orph_dnext; in free_orphans()
1041 c->orph_dnext = orph->dnext; in free_orphans()
A Dubifs.h1967 struct ubifs_orphan *orph_dnext; member

Completed in 15 milliseconds