Searched refs:fm_size (Results 1 – 4 of 4) sorted by relevance
609 size_t fm_pos = 0, fm_size = ubi->fm_size; in ubi_attach_fastmap() local620 if (fm_pos >= fm_size) in ubi_attach_fastmap()625 if (fm_pos >= fm_size) in ubi_attach_fastmap()636 if (fm_pos >= fm_size) in ubi_attach_fastmap()646 if (fm_pos >= fm_size) in ubi_attach_fastmap()687 if (fm_pos >= fm_size) in ubi_attach_fastmap()698 if (fm_pos >= fm_size) in ubi_attach_fastmap()709 if (fm_pos >= fm_size) in ubi_attach_fastmap()720 if (fm_pos >= fm_size) in ubi_attach_fastmap()734 if (fm_pos >= fm_size) in ubi_attach_fastmap()[all …]
12 *count += (ubi->fm_size / ubi->leb_size) * 2; in ubi_fastmap_init()
990 ubi->fm_size = ubi_calc_fm_size(ubi); in ubi_attach_mtd_dev()991 ubi->fm_buf = vzalloc(ubi->fm_size); in ubi_attach_mtd_dev()
571 size_t fm_size; member