Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache_req.c745 u32 io_done = 0; in cache_write() local
749 if (io_done >= length) in cache_write()
753 key->off = offset + io_done; in cache_write()
754 key->len = length - io_done; in cache_write()
764 ret = cache_copy_from_req_bio(cache, key, pcache_req, io_done); in cache_write()
781 io_done += key->len; in cache_write()
/linux/drivers/s390/char/
H A Dvmur.h69 struct completion *io_done; /* do_ur_io waits; irq completes */ member
H A Dvmur.c266 urd->io_done = &event; in do_ur_io()
333 complete(urd->io_done); in ur_int_handler()
/linux/fs/btrfs/
H A Dscrub.c2125 DECLARE_COMPLETION_ONSTACK(io_done); in scrub_raid56_cached_parity()
2136 bio.bi_private = &io_done; in scrub_raid56_cached_parity()
2161 wait_for_completion_io(&io_done); in scrub_raid56_cached_parity()