Searched refs:upd_bytes (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | upd.c | 160 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 …]
|
H A D | ubi.h | 339 long long upd_bytes; member
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | upd.c | 154 vol->upd_bytes = bytes; in ubi_start_update() 178 vol->upd_bytes = req->bytes; in ubi_start_leb_change() 271 count, vol->upd_bytes, vol->upd_received); in ubi_more_update_data() 277 if (vol->upd_received + count > vol->upd_bytes) in ubi_more_update_data() 278 to_write = count = vol->upd_bytes - vol->upd_received; in ubi_more_update_data() 301 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data() 336 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data() 349 ubi_assert(vol->upd_received <= vol->upd_bytes); in ubi_more_update_data() 350 if (vol->upd_received == vol->upd_bytes) { in ubi_more_update_data() 355 err = clear_update_marker(ubi, vol, vol->upd_bytes); in ubi_more_update_data() [all …]
|
H A D | ubi.h | 362 long long upd_bytes; member
|
H A D | cdev.c | 133 vol->upd_received, vol->upd_bytes, vol->ubi->ubi_num, in vol_cdev_release()
|