Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Drw.c226 if (req->flags & REQ_F_ISREG) { in io_req_end_write()
665 return req->flags & REQ_F_ISREG || in need_complete_io()
899 (req->flags & REQ_F_ISREG)) in io_write()
916 if (req->flags & REQ_F_ISREG) in io_write()
Dio_uring.c477 if (req->file && (req->flags & REQ_F_ISREG)) { in io_prep_async_work()
1764 res |= REQ_F_ISREG; in io_file_get_flags()
/linux-6.6.21/include/linux/
Dio_uring_types.h470 REQ_F_ISREG = BIT(REQ_F_ISREG_BIT), enumerator