Home
last modified time | relevance | path

Searched refs:UBI_FM_POOL_MAGIC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mtd/ubi/
Dubi-media.h389 #define UBI_FM_POOL_MAGIC 0x67AF4D08 macro
Dfastmap.c638 if (be32_to_cpu(fmpl1->magic) != UBI_FM_POOL_MAGIC) { in ubi_attach_fastmap()
640 be32_to_cpu(fmpl1->magic), UBI_FM_POOL_MAGIC); in ubi_attach_fastmap()
648 if (be32_to_cpu(fmpl2->magic) != UBI_FM_POOL_MAGIC) { in ubi_attach_fastmap()
650 be32_to_cpu(fmpl2->magic), UBI_FM_POOL_MAGIC); in ubi_attach_fastmap()
1147 fmpl1->magic = cpu_to_be32(UBI_FM_POOL_MAGIC); in ubi_write_fastmap()
1158 fmpl2->magic = cpu_to_be32(UBI_FM_POOL_MAGIC); in ubi_write_fastmap()