Searched refs:fmpl (Results 1 – 1 of 1) sorted by relevance
556 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_attach_fastmap() local586 fmpl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()587 fm_pos += sizeof(*fmpl); in ubi_attach_fastmap()590 if (be32_to_cpu(fmpl->magic) != UBI_FM_POOL_MAGIC) { in ubi_attach_fastmap()592 be32_to_cpu(fmpl->magic), UBI_FM_POOL_MAGIC); in ubi_attach_fastmap()606 pool_size = be16_to_cpu(fmpl->size); in ubi_attach_fastmap()608 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap()1136 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_write_fastmap() local1199 fm_pos += sizeof(*fmpl); in ubi_write_fastmap()1200 fmpl->magic = cpu_to_be32(UBI_FM_POOL_MAGIC); in ubi_write_fastmap()[all …]
Completed in 4 milliseconds