fmpl_wl 555 drivers/mtd/ubi/fastmap.c struct ubi_fm_scan_pool *fmpl, *fmpl_wl; fmpl_wl 595 drivers/mtd/ubi/fastmap.c fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); fmpl_wl 596 drivers/mtd/ubi/fastmap.c fm_pos += sizeof(*fmpl_wl); fmpl_wl 599 drivers/mtd/ubi/fastmap.c if (be32_to_cpu(fmpl_wl->magic) != UBI_FM_POOL_MAGIC) { fmpl_wl 601 drivers/mtd/ubi/fastmap.c be32_to_cpu(fmpl_wl->magic), UBI_FM_POOL_MAGIC); fmpl_wl 606 drivers/mtd/ubi/fastmap.c wl_pool_size = be16_to_cpu(fmpl_wl->size); fmpl_wl 608 drivers/mtd/ubi/fastmap.c fm->max_wl_pool_size = be16_to_cpu(fmpl_wl->max_size); fmpl_wl 759 drivers/mtd/ubi/fastmap.c ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); fmpl_wl 1128 drivers/mtd/ubi/fastmap.c struct ubi_fm_scan_pool *fmpl, *fmpl_wl; fmpl_wl 1201 drivers/mtd/ubi/fastmap.c fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); fmpl_wl 1202 drivers/mtd/ubi/fastmap.c fm_pos += sizeof(*fmpl_wl); fmpl_wl 1203 drivers/mtd/ubi/fastmap.c fmpl_wl->magic = cpu_to_be32(UBI_FM_POOL_MAGIC); fmpl_wl 1204 drivers/mtd/ubi/fastmap.c fmpl_wl->size = cpu_to_be16(ubi->fm_wl_pool.size); fmpl_wl 1205 drivers/mtd/ubi/fastmap.c fmpl_wl->max_size = cpu_to_be16(ubi->fm_wl_pool.max_size); fmpl_wl 1208 drivers/mtd/ubi/fastmap.c fmpl_wl->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]);