Searched refs:mtd_mod_by_eb (Results 1 – 3 of 3) sorted by relevance
40 if (mtd_mod_by_eb(ofs, mtd)) { in check_offs_len()46 if (mtd_mod_by_eb(len, mtd)) { in check_offs_len()
453 if (mtd_mod_by_eb(cur_offset, master) != 0) { in allocate_partition()521 mtd_mod_by_eb(slave->offset, &slave->mtd)) { in allocate_partition()530 mtd_mod_by_eb(slave->mtd.size, &slave->mtd)) { in allocate_partition()
330 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb() function