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

/linux-master/drivers/vhost/
H A Dscsi.c674 ssize_t bytes, mapped_bytes; local
684 mapped_bytes = bytes;
717 iov_iter_revert(iter, mapped_bytes);
720 while (mapped_bytes) {
722 mapped_bytes);
726 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 223 milliseconds