Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c318 #define REQ_F_FIXED_FILE 4 /* ctx owns file */ macro
668 if (req->file && !(req->flags & REQ_F_FIXED_FILE)) in __io_free_req()
777 if ((req->flags & (REQ_F_FIXED_FILE|REQ_F_LINK)) == in io_iopoll_complete()
778 REQ_F_FIXED_FILE) { in io_iopoll_complete()
2334 req->flags |= REQ_F_FIXED_FILE; in io_req_set_file()