Searched refs:fmpl_wl (Results 1 – 1 of 1) sorted by relevance
555 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_attach_fastmap() local595 fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()596 fm_pos += sizeof(*fmpl_wl); in ubi_attach_fastmap()599 if (be32_to_cpu(fmpl_wl->magic) != UBI_FM_POOL_MAGIC) { in ubi_attach_fastmap()601 be32_to_cpu(fmpl_wl->magic), UBI_FM_POOL_MAGIC); in ubi_attach_fastmap()606 wl_pool_size = be16_to_cpu(fmpl_wl->size); in ubi_attach_fastmap()608 fm->max_wl_pool_size = be16_to_cpu(fmpl_wl->max_size); in ubi_attach_fastmap()759 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()1128 struct ubi_fm_scan_pool *fmpl, *fmpl_wl; in ubi_write_fastmap() local1201 fmpl_wl = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_write_fastmap()[all …]