Searched refs:fmpl (Results 1 – 2 of 2) sorted by relevance
613 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_attach_fastmap() local643 fmpl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()644 fm_pos += sizeof(*fmpl); in ubi_attach_fastmap()649 be32_to_cpu(fmpl->magic), UBI_FM_POOL_MAGIC); in ubi_attach_fastmap()663 pool_size = be16_to_cpu(fmpl->size); in ubi_attach_fastmap()665 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap()1108 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_write_fastmap() local1167 fm_pos += sizeof(*fmpl); in ubi_write_fastmap()1168 fmpl->magic = cpu_to_be32(UBI_FM_POOL_MAGIC); in ubi_write_fastmap()1169 fmpl->size = cpu_to_be16(ubi->fm_pool.size); in ubi_write_fastmap()[all …]
557 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_attach_fastmap() local587 fmpl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()588 fm_pos += sizeof(*fmpl); in ubi_attach_fastmap()591 if (be32_to_cpu(fmpl->magic) != UBI_FM_POOL_MAGIC) { in ubi_attach_fastmap()593 be32_to_cpu(fmpl->magic), UBI_FM_POOL_MAGIC); in ubi_attach_fastmap()607 pool_size = be16_to_cpu(fmpl->size); in ubi_attach_fastmap()609 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap()1137 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_write_fastmap() local1200 fm_pos += sizeof(*fmpl); in ubi_write_fastmap()1201 fmpl->magic = cpu_to_be32(UBI_FM_POOL_MAGIC); in ubi_write_fastmap()[all …]