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

/u-boot/fs/ubifs/
H A Dorphan.c267 struct ubifs_orph_node *orph; local
290 orph = c->orph_buf;
291 orph->ch.node_type = UBIFS_ORPH_NODE;
297 orph->inos[i] = cpu_to_le64(orphan->inum);
306 orph->cmt_no = cpu_to_le64(c->cmt_no);
309 orph->cmt_no = cpu_to_le64((c->cmt_no) | (1ULL << 63));
556 struct ubifs_orph_node *orph; local
569 orph = snod->node;
572 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX;
603 n = (le32_to_cpu(orph
850 struct ubifs_orph_node *orph; local
[all...]
H A Dsuper.c1038 struct ubifs_orphan *orph; local
1041 orph = c->orph_dnext;
1042 c->orph_dnext = orph->dnext;
1043 list_del(&orph->list);
1044 kfree(orph);
1048 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list);
1049 list_del(&orph->list);
1050 kfree(orph);
1663 dbg_gen("node sizes: ref %zu, cmt. start %zu, orph %zu",
H A Ddebug.c534 const struct ubifs_orph_node *orph = node; local
538 le64_to_cpu(orph->cmt_no) & LLONG_MAX);
540 (unsigned long long)(le64_to_cpu(orph->cmt_no)) >> 63);
545 (unsigned long long)le64_to_cpu(orph->inos[i]));

Completed in 167 milliseconds