Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dorphan.c137 o->dnext = c->orph_dnext; in ubifs_delete_orphan()
138 c->orph_dnext = o; in ubifs_delete_orphan()
445 dnext = c->orph_dnext; in erase_deleted()
457 c->orph_dnext = NULL; in erase_deleted()
541 orphan->dnext = c->orph_dnext; in insert_dead_orphan()
542 c->orph_dnext = orphan; in insert_dead_orphan()
Dsuper.c857 while (c->orph_dnext) { in free_orphans()
858 orph = c->orph_dnext; in free_orphans()
859 c->orph_dnext = orph->dnext; in free_orphans()
Dubifs.h1364 struct ubifs_orphan *orph_dnext; member