Home
last modified time | relevance | path

Searched refs:upd_bytes (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dupd.c160 vol->upd_bytes = bytes; in ubi_start_update()
184 vol->upd_bytes = req->bytes; in ubi_start_leb_change()
282 count, vol->upd_bytes, vol->upd_received); in ubi_more_update_data()
288 if (vol->upd_received + count > vol->upd_bytes) in ubi_more_update_data()
289 to_write = count = vol->upd_bytes - vol->upd_received; in ubi_more_update_data()
312 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data()
347 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data()
360 ubi_assert(vol->upd_received <= vol->upd_bytes); in ubi_more_update_data()
361 if (vol->upd_received == vol->upd_bytes) { in ubi_more_update_data()
366 err = clear_update_marker(ubi, vol, vol->upd_bytes); in ubi_more_update_data()
[all …]
Dubi.h339 long long upd_bytes; member