Searched refs:orph (Results 1 – 3 of 3) sorted by relevance
131 if (orph->del) { in orphan_delete()136 if (orph->cmt) { in orphan_delete()137 orph->del = 1; in orphan_delete()138 orph->dnext = c->orph_dnext; in orphan_delete()139 c->orph_dnext = orph; in orphan_delete()144 __orphan_drop(c, orph); in orphan_delete()214 if (!orph) { in ubifs_delete_orphan()227 orphan_delete(c, orph); in ubifs_delete_orphan()369 orph = c->orph_buf; in write_orph_node()655 orph = snod->node; in do_kill_orphans()[all …]
889 struct ubifs_orphan *orph; in free_orphans() local892 orph = c->orph_dnext; in free_orphans()893 c->orph_dnext = orph->dnext; in free_orphans()894 list_del(&orph->list); in free_orphans()895 kfree(orph); in free_orphans()899 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()900 list_del(&orph->list); in free_orphans()901 kfree(orph); in free_orphans()
557 const struct ubifs_orph_node *orph = node; in ubifs_dump_node() local561 le64_to_cpu(orph->cmt_no) & LLONG_MAX); in ubifs_dump_node()563 (unsigned long long)(le64_to_cpu(orph->cmt_no)) >> 63); in ubifs_dump_node()568 (unsigned long long)le64_to_cpu(orph->inos[i])); in ubifs_dump_node()
Completed in 15 milliseconds