Searched refs:mapped_bytes (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/vhost/
H A Dscsi.c657 ssize_t bytes, mapped_bytes; local
667 mapped_bytes = bytes;
700 iov_iter_revert(iter, mapped_bytes);
703 while (mapped_bytes) {
705 mapped_bytes);
709 mapped_bytes -= n;
/linux-master/drivers/block/
H A Dublk_drv.c1083 unsigned int mapped_bytes; local
1130 mapped_bytes = ublk_map_io(ubq, req, io);
1133 if (unlikely(mapped_bytes != blk_rq_bytes(req))) {
1141 if (unlikely(!mapped_bytes)) {
1149 mapped_bytes >> 9;

Completed in 312 milliseconds