Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c794 REQ_F_ISREG = BIT(REQ_F_ISREG_BIT), enumerator
1450 if (req->flags & REQ_F_ISREG) { in io_prep_async_work()
2690 if (req->flags & REQ_F_ISREG) { in kiocb_end_write()
2974 req->flags |= REQ_F_ISREG; in io_prep_rw()
3598 return req->flags & REQ_F_ISREG || in need_read_all()
3778 (req->flags & REQ_F_ISREG)) in io_write()
3794 if (req->flags & REQ_F_ISREG) { in io_write()