Searched refs:upd_bytes (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | upd.c | 161 vol->upd_bytes = bytes; in ubi_start_update() 185 vol->upd_bytes = req->bytes; in ubi_start_leb_change() 283 count, vol->upd_bytes, vol->upd_received); in ubi_more_update_data() 289 if (vol->upd_received + count > vol->upd_bytes) in ubi_more_update_data() 290 to_write = count = vol->upd_bytes - vol->upd_received; in ubi_more_update_data() 313 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data() 348 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data() 361 ubi_assert(vol->upd_received <= vol->upd_bytes); in ubi_more_update_data() 362 if (vol->upd_received == vol->upd_bytes) { in ubi_more_update_data() 367 err = clear_update_marker(ubi, vol, vol->upd_bytes); in ubi_more_update_data() [all …]
|
| H A D | ubi.h | 340 long long upd_bytes; member
|
| /OK3568_Linux_fs/kernel/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()
|