Searched refs:fm_size (Results 1 – 4 of 4) sorted by relevance
611 size_t fm_pos = 0, fm_size = ubi->fm_size; in ubi_attach_fastmap() local622 if (fm_pos >= fm_size) in ubi_attach_fastmap()627 if (fm_pos >= fm_size) in ubi_attach_fastmap()638 if (fm_pos >= fm_size) in ubi_attach_fastmap()648 if (fm_pos >= fm_size) in ubi_attach_fastmap()689 if (fm_pos >= fm_size) in ubi_attach_fastmap()700 if (fm_pos >= fm_size) in ubi_attach_fastmap()711 if (fm_pos >= fm_size) in ubi_attach_fastmap()722 if (fm_pos >= fm_size) in ubi_attach_fastmap()736 if (fm_pos >= fm_size) in ubi_attach_fastmap()[all …]
12 *count += (ubi->fm_size / ubi->leb_size) * 2; in ubi_fastmap_init()
972 ubi->fm_size = ubi_calc_fm_size(ubi); in ubi_attach_mtd_dev()973 ubi->fm_buf = vzalloc(ubi->fm_size); in ubi_attach_mtd_dev()
571 size_t fm_size; member