Home
last modified time | relevance | path

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

/block/
Dblk-core.c2286 int total_bytes; in blk_update_request() local
2332 total_bytes = 0; in blk_update_request()
2342 total_bytes += bio_bytes; in blk_update_request()
2362 req->__data_len -= total_bytes; in blk_update_request()
2367 req->__sector += total_bytes >> 9; in blk_update_request()