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

/linux-master/drivers/mtd/ubi/
H A Dwl.h14 ubi->fm_pool_rsv_cnt = 0;
16 *count += (ubi->fm_size / ubi->leb_size) * 2 + ubi->fm_pool_rsv_cnt;
H A Dfastmap-wl.c121 ubi->fm_size / ubi->leb_size - 1 + ubi->fm_pool_rsv_cnt;
H A Dubi.h491 * @fm_pool_rsv_cnt: Number of reserved PEBs for filling pool/wl_pool
603 int fm_pool_rsv_cnt; member in struct:ubi_device
H A Dbuild.c962 ubi->fm_pool_rsv_cnt = need_resv_pool ? ubi->fm_pool.max_size : 0;

Completed in 118 milliseconds