Searched refs:fm_size (Results 1 – 4 of 4) sorted by relevance
569 size_t fm_pos = 0, fm_size = ubi->fm_size; in ubi_attach_fastmap() local580 if (fm_pos >= fm_size) in ubi_attach_fastmap()585 if (fm_pos >= fm_size) in ubi_attach_fastmap()596 if (fm_pos >= fm_size) in ubi_attach_fastmap()606 if (fm_pos >= fm_size) in ubi_attach_fastmap()647 if (fm_pos >= fm_size) in ubi_attach_fastmap()658 if (fm_pos >= fm_size) in ubi_attach_fastmap()669 if (fm_pos >= fm_size) in ubi_attach_fastmap()680 if (fm_pos >= fm_size) in ubi_attach_fastmap()694 if (fm_pos >= fm_size) in ubi_attach_fastmap()[all …]
13 *count += (ubi->fm_size / ubi->leb_size) * 2; in ubi_fastmap_init()
954 ubi->fm_size = ubi_calc_fm_size(ubi); in ubi_attach_mtd_dev()955 ubi->fm_buf = vzalloc(ubi->fm_size); in ubi_attach_mtd_dev()
611 size_t fm_size; member