Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dupd.c167 vol->upd_bytes = bytes; in ubi_start_update()
191 vol->upd_bytes = req->bytes; in ubi_start_leb_change()
284 count, vol->upd_bytes, vol->upd_received); in ubi_more_update_data()
290 if (vol->upd_received + count > vol->upd_bytes) in ubi_more_update_data()
291 to_write = count = vol->upd_bytes - vol->upd_received; in ubi_more_update_data()
314 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data()
349 vol->upd_received + len == vol->upd_bytes) { in ubi_more_update_data()
362 ubi_assert(vol->upd_received <= vol->upd_bytes); in ubi_more_update_data()
363 if (vol->upd_received == vol->upd_bytes) { in ubi_more_update_data()
368 err = clear_update_marker(ubi, vol, vol->upd_bytes); in ubi_more_update_data()
[all …]
Dubi.h339 long long upd_bytes; member
Dcdev.c146 vol->upd_received, vol->upd_bytes, vol->ubi->ubi_num, in vol_cdev_release()