Home
last modified time | relevance | path

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

/fs/
Ddirect-io.c131 int is_async; /* is IO async ? */ member
315 if (dio->is_async) in dio_bio_alloc()
342 if (dio->is_async && dio->rw == READ) in dio_bio_submit()
408 if (dio->is_async && dio->rw == READ) { in dio_bio_complete()
1058 if (dio->is_async && ret == 0 && dio->result && in direct_io_worker()
1206 dio->is_async = !is_sync_kiocb(iocb) && !((rw & WRITE) && in __blockdev_direct_IO()