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

/u-boot/fs/ubifs/
H A Dorphan.c128 o->dnext = c->orph_dnext;
433 struct ubifs_orphan *orphan, *dnext; local
436 dnext = c->orph_dnext;
437 while (dnext) {
438 orphan = dnext;
439 dnext = orphan->dnext;
532 orphan->dnext = c->orph_dnext;
H A Dubifs.h1512 * @dnext: next orphan to delete
1523 struct ubifs_orphan *dnext; member in struct:ubifs_orphan
H A Dsuper.c1042 c->orph_dnext = orph->dnext;

Completed in 54 milliseconds