Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Drw.c512 if (req->flags & REQ_F_ISREG) { in io_req_end_write()
833 return req->flags & REQ_F_ISREG || in need_complete_io()
1094 if (!(req->flags & REQ_F_ISREG)) in io_kiocb_start_write()
1136 (req->flags & REQ_F_ISREG)) in io_write()
H A Dio_uring.c469 if (req->file && (req->flags & REQ_F_ISREG)) { in io_prep_async_work()
1643 res |= REQ_F_ISREG; in io_file_get_flags()
/linux-6.15/include/linux/
H A Dio_uring_types.h556 REQ_F_ISREG = IO_REQ_FLAG(REQ_F_ISREG_BIT), enumerator