Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/ubi/
Dupd.c154 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 …]
Dubi.h362 long long upd_bytes; member
Dcdev.c133 vol->upd_received, vol->upd_bytes, vol->ubi->ubi_num, in vol_cdev_release()