Home
last modified time | relevance | path

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

/linux-5.19.10/io_uring/
Dio_uring.c578 u32 file_slot; member
594 u32 file_slot; member
604 u32 file_slot; member
674 u32 file_slot; member
5149 req->open.file_slot = READ_ONCE(sqe->file_index); in __io_openat_prep()
5150 if (req->open.file_slot && (req->open.how.flags & O_CLOEXEC)) in __io_openat_prep()
5212 struct file *file, unsigned int file_slot) in io_fixed_fd_install() argument
5214 bool alloc_slot = file_slot == IORING_FILE_INDEX_ALLOC; in io_fixed_fd_install()
5224 file_slot = ret; in io_fixed_fd_install()
5226 file_slot--; in io_fixed_fd_install()
[all …]