Searched refs:fm_size (Results 1 – 5 of 5) sorted by relevance
562 size_t fm_pos = 0, fm_size = ubi->fm_size; in ubi_attach_fastmap() local573 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 …]
16 *count += (ubi->fm_size / ubi->leb_size) * 2 + ubi->fm_pool_rsv_cnt; in ubi_fastmap_init()
121 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()
999 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()
597 size_t fm_size; member