Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c800 REQ_F_ISREG = BIT(REQ_F_ISREG_BIT), enumerator
1450 if (req->flags & REQ_F_ISREG) { in io_prep_async_work()
2640 if (req->flags & REQ_F_ISREG) { in kiocb_end_write()
2911 req->flags |= REQ_F_ISREG; in io_prep_rw()
3510 return req->flags & REQ_F_ISREG || in need_read_all()
3686 (req->flags & REQ_F_ISREG)) in io_write()
3700 if (req->flags & REQ_F_ISREG) { in io_write()