Searched refs:offp (Results 1 – 1 of 1) sorted by relevance
364 loff_t offp = 0; in ubi_volume_read() local379 if (offp == vol->used_bytes) in ubi_volume_read()391 if (offp + size > vol->used_bytes) in ubi_volume_read()392 size = vol->used_bytes - offp; in ubi_volume_read()404 tmp = offp; in ubi_volume_read()425 offp += len; in ubi_volume_read()
Completed in 5 milliseconds