Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dorphan.c127 o->dnext = c->orph_dnext; in ubifs_delete_orphan()
128 c->orph_dnext = o; in ubifs_delete_orphan()
435 dnext = c->orph_dnext; in erase_deleted()
447 c->orph_dnext = NULL; in erase_deleted()
531 orphan->dnext = c->orph_dnext; in insert_dead_orphan()
532 c->orph_dnext = orphan; in insert_dead_orphan()
H A Dsuper.c1036 while (c->orph_dnext) { in free_orphans()
1037 orph = c->orph_dnext; in free_orphans()
1038 c->orph_dnext = orph->dnext; in free_orphans()
H A Dubifs.h1968 struct ubifs_orphan *orph_dnext; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dorphan.c138 orph->dnext = c->orph_dnext; in orphan_delete()
139 c->orph_dnext = orph; in orphan_delete()
515 dnext = c->orph_dnext; in erase_deleted()
527 c->orph_dnext = NULL; in erase_deleted()
611 orphan->dnext = c->orph_dnext; in insert_dead_orphan()
612 c->orph_dnext = orphan; in insert_dead_orphan()
H A Dsuper.c891 while (c->orph_dnext) { in free_orphans()
892 orph = c->orph_dnext; in free_orphans()
893 c->orph_dnext = orph->dnext; in free_orphans()
H A Dubifs.h1391 struct ubifs_orphan *orph_dnext; member