Home
last modified time | relevance | path

Searched refs:fm_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/mtd/ubi/
Dfastmap.c562 size_t fm_pos = 0, fm_size = ubi->fm_size; in ubi_attach_fastmap() local
573 if (fm_pos >= fm_size) in ubi_attach_fastmap()
578 if (fm_pos >= fm_size) in ubi_attach_fastmap()
589 if (fm_pos >= fm_size) in ubi_attach_fastmap()
599 if (fm_pos >= fm_size) in ubi_attach_fastmap()
640 if (fm_pos >= fm_size) in ubi_attach_fastmap()
653 if (fm_pos >= fm_size) in ubi_attach_fastmap()
666 if (fm_pos >= fm_size) in ubi_attach_fastmap()
679 if (fm_pos >= fm_size) in ubi_attach_fastmap()
695 if (fm_pos >= fm_size) in ubi_attach_fastmap()
[all …]
Dwl.h16 *count += (ubi->fm_size / ubi->leb_size) * 2 + ubi->fm_pool_rsv_cnt; in ubi_fastmap_init()
Dfastmap-wl.c121 ubi->fm_size / ubi->leb_size - 1 + ubi->fm_pool_rsv_cnt; in wait_free_pebs_for_pool()
155 fm_used = ubi->fm_size / ubi->leb_size - 1; in left_free_count()
Dbuild.c999 ubi->fm_size = ubi_calc_fm_size(ubi); in ubi_attach_mtd_dev()
1000 ubi->fm_buf = vzalloc(ubi->fm_size); in ubi_attach_mtd_dev()
Dubi.h597 size_t fm_size; member