Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dorphan.c276 struct ubifs_orph_node *orph; in write_orph_node() local
299 orph = c->orph_buf; in write_orph_node()
300 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node()
306 orph->inos[i] = cpu_to_le64(orphan->inum); in write_orph_node()
315 orph->cmt_no = cpu_to_le64(c->cmt_no); in write_orph_node()
318 orph->cmt_no = cpu_to_le64((c->cmt_no) | (1ULL << 63)); in write_orph_node()
565 struct ubifs_orph_node *orph; in do_kill_orphans() local
578 orph = snod->node; in do_kill_orphans()
581 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX; in do_kill_orphans()
612 n = (le32_to_cpu(orph->ch.len) - UBIFS_ORPH_NODE_SZ) >> 3; in do_kill_orphans()
[all …]
Dsuper.c855 struct ubifs_orphan *orph; in free_orphans() local
858 orph = c->orph_dnext; in free_orphans()
859 c->orph_dnext = orph->dnext; in free_orphans()
860 list_del(&orph->list); in free_orphans()
861 kfree(orph); in free_orphans()
865 orph = list_entry(c->orph_list.next, struct ubifs_orphan, list); in free_orphans()
866 list_del(&orph->list); in free_orphans()
867 kfree(orph); in free_orphans()
Ddebug.c531 const struct ubifs_orph_node *orph = node; in ubifs_dump_node() local
535 le64_to_cpu(orph->cmt_no) & LLONG_MAX); in ubifs_dump_node()
537 (unsigned long long)(le64_to_cpu(orph->cmt_no)) >> 63); in ubifs_dump_node()
542 (unsigned long long)le64_to_cpu(orph->inos[i])); in ubifs_dump_node()