Home
last modified time | relevance | path

Searched defs:io_kiocb (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/include/linux/
Dio_uring_types.h574 struct io_kiocb { struct
577 * NOTE! Each of the io_kiocb union members has the file pointer argument
586 u8 opcode;
588 u8 iopoll_completed;
594 u16 buf_index;
595 unsigned int flags;
597 struct io_cqe cqe;
599 struct io_ring_ctx *ctx;
600 struct task_struct *task;
602 struct io_rsrc_node *rsrc_node;
[all …]