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

/linux-master/fs/ubifs/
H A Dorphan.c138 orph->dnext = c->orph_dnext;
139 c->orph_dnext = orph;
515 dnext = c->orph_dnext;
527 c->orph_dnext = NULL;
611 orphan->dnext = c->orph_dnext;
612 c->orph_dnext = orphan;
H A Dsuper.c896 while (c->orph_dnext) {
897 orph = c->orph_dnext;
898 c->orph_dnext = orph->dnext;
H A Dubifs.h1169 * @orph_dnext: next orphan to delete
1423 struct ubifs_orphan *orph_dnext; member in struct:ubifs_info

Completed in 122 milliseconds