Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c506 u32 file_slot; member
522 u32 file_slot; member
589 u32 file_slot; member
4161 req->open.file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()
4162 if (req->open.file_slot && (req->open.how.flags & O_CLOEXEC)) in __io_openat_prep()
4203 bool fixed = !!req->open.file_slot; in io_openat2()
4254 req->open.file_slot - 1); in io_openat2()
4595 req->close.file_slot = READ_ONCE(sqe->file_index); in io_close_prep()
4596 if (req->close.file_slot && req->close.fd) in io_close_prep()
4610 if (req->close.file_slot) { in io_close()
[all …]