Searched refs:orph (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | orphan.c | 129 static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph) in orphan_delete() argument 131 if (orph->del) { in orphan_delete() 132 dbg_gen("deleted twice ino %lu", (unsigned long)orph->inum); 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() 140 dbg_gen("delete later ino %lu", (unsigned long)orph->inum); in orphan_delete() 144 __orphan_drop(c, orph); in orphan_delete() 209 struct ubifs_orphan *orph, *child_orph, *tmp_o; in ubifs_delete_orphan() local [all …]
|
| H A D | super.c | 889 struct ubifs_orphan *orph; in free_orphans() local 892 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()
|
| H A D | debug.c | 521 const struct ubifs_orph_node *orph = node; in ubifs_dump_node() local 525 le64_to_cpu(orph->cmt_no) & LLONG_MAX); in ubifs_dump_node() 527 (unsigned long long)(le64_to_cpu(orph->cmt_no)) >> 63); in ubifs_dump_node() 532 (unsigned long long)le64_to_cpu(orph->inos[i])); in ubifs_dump_node()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | orphan.c | 266 struct ubifs_orph_node *orph; in write_orph_node() local 289 orph = c->orph_buf; in write_orph_node() 290 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node() 296 orph->inos[i] = cpu_to_le64(orphan->inum); in write_orph_node() 305 orph->cmt_no = cpu_to_le64(c->cmt_no); in write_orph_node() 308 orph->cmt_no = cpu_to_le64((c->cmt_no) | (1ULL << 63)); in write_orph_node() 555 struct ubifs_orph_node *orph; in do_kill_orphans() local 568 orph = snod->node; in do_kill_orphans() 571 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX; in do_kill_orphans() 602 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in do_kill_orphans() [all …]
|
| H A D | super.c | 1034 struct ubifs_orphan *orph; in free_orphans() local 1037 orph = c->orph_dnext; in free_orphans() 1038 c->orph_dnext = orph->dnext; in free_orphans() 1039 list_del(&orph->list); in free_orphans() 1040 kfree(orph); in free_orphans() 1044 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans() 1045 list_del(&orph->list); in free_orphans() 1046 kfree(orph); in free_orphans()
|
| H A D | debug.c | 529 const struct ubifs_orph_node *orph = node; in ubifs_dump_node() local 533 le64_to_cpu(orph->cmt_no) & LLONG_MAX); in ubifs_dump_node() 535 (unsigned long long)(le64_to_cpu(orph->cmt_no)) >> 63); in ubifs_dump_node() 540 (unsigned long long)le64_to_cpu(orph->inos[i])); in ubifs_dump_node()
|
| /OK3568_Linux_fs/buildroot/support/gnuconfig/ |
| H A D | config.guess | 348 *:[Mm]orph[Oo][Ss]:*:*)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | config.guess | 330 *:[Mm]orph[Oo][Ss]:*:*)
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | config.guess | 350 *:[Mm]orph[Oo][Ss]:*:*)
|