Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dublk_drv.c1558 unsigned int unmapped_bytes; in __ublk_complete_rq() local
1586 unmapped_bytes = ublk_unmap_io(need_map, req, io); in __ublk_complete_rq()
1593 if (unlikely(unmapped_bytes < io->res)) in __ublk_complete_rq()
1594 io->res = unmapped_bytes; in __ublk_complete_rq()