Searched refs:fm_wl_pool (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c110 struct ubi_fm_pool *wl_pool = &ubi->fm_wl_pool;
145 * by fastmap pebs) to fill fm_pool and fm_wl_pool.
170 struct ubi_fm_pool *wl_pool = &ubi->fm_wl_pool;
187 struct ubi_fm_pool *wl_pool = &ubi->fm_wl_pool;
298 struct ubi_fm_pool *wl_pool = &ubi->fm_wl_pool;
352 struct ubi_fm_pool *pool = &ubi->fm_wl_pool;
402 struct ubi_fm_pool *pool = &ubi->fm_wl_pool;
523 return_unused_pool_pebs(ubi, &ubi->fm_wl_pool);
H A Dfastmap.c1079 ubi->fm_wl_pool.max_size = ubi->fm->max_wl_pool_size;
1083 ubi->fm_wl_pool.max_size);
1213 fmpl_wl->size = cpu_to_be16(ubi->fm_wl_pool.size);
1214 fmpl_wl->max_size = cpu_to_be16(ubi->fm_wl_pool.max_size);
1216 for (i = 0; i < ubi->fm_wl_pool.size; i++) {
1217 fmpl_wl->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]);
1218 set_seen(ubi, ubi->fm_wl_pool.pebs[i], seen_pebs);
H A Dbuild.c950 ubi->fm_wl_pool.used = ubi->fm_wl_pool.size = 0;
961 ubi->fm_wl_pool.max_size = ubi->fm_pool.max_size / 2;
976 ubi->fm_wl_pool.max_size);
H A Dubi.h479 * @fm_wl_pool: in-memory data structure of the fastmap pool used by the WL
504 * and @fm_wl_pool fields
593 struct ubi_fm_pool fm_wl_pool; member in struct:ubi_device

Completed in 100 milliseconds