Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dfastmap.c1032 ubi->fm_wl_pool.max_size = ubi->fm->max_wl_pool_size; in ubi_scan_fastmap()
1035 ubi_msg("fastmap WL pool size: %d", ubi->fm_wl_pool.max_size); in ubi_scan_fastmap()
1132 fmpl2->size = cpu_to_be16(ubi->fm_wl_pool.size); in ubi_write_fastmap()
1133 fmpl2->max_size = cpu_to_be16(ubi->fm_wl_pool.max_size); in ubi_write_fastmap()
1135 for (i = 0; i < ubi->fm_wl_pool.size; i++) in ubi_write_fastmap()
1136 fmpl2->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]); in ubi_write_fastmap()
Dbuild.c938 ubi->fm_wl_pool.used = ubi->fm_wl_pool.size = 0; in ubi_attach_mtd_dev()
949 ubi->fm_wl_pool.max_size = UBI_FM_WL_POOL_SIZE; in ubi_attach_mtd_dev()
960 ubi_msg("default fastmap WL pool size: %d", ubi->fm_wl_pool.max_size); in ubi_attach_mtd_dev()
Dwl.c572 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; in refill_wl_pool()
632 struct ubi_fm_pool *wl_pool = &ubi->fm_wl_pool; in ubi_wl_get_peb()
657 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; in get_peb_for_wl()
Dubi.h529 struct ubi_fm_pool fm_wl_pool; member