Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c514 u32 file_slot; member
530 u32 file_slot; member
597 u32 file_slot; member
4098 req->open.file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()
4099 if (req->open.file_slot && (req->open.how.flags & O_CLOEXEC)) in __io_openat_prep()
4140 bool fixed = !!req->open.file_slot; in io_openat2()
4191 req->open.file_slot - 1); in io_openat2()
4535 req->close.file_slot = READ_ONCE(sqe->file_index); in io_close_prep()
4536 if (req->close.file_slot && req->close.fd) in io_close_prep()
4550 if (req->close.file_slot) { in io_close()
[all …]