Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dopdef.h5 struct io_op_def { struct
7 unsigned needs_file : 1;
9 unsigned plug : 1;
11 unsigned hash_reg_file : 1;
13 unsigned unbound_nonreg_file : 1;
15 unsigned pollin : 1;
16 unsigned pollout : 1;
17 unsigned poll_exclusive : 1;
42 extern const struct io_op_def io_op_defs[]; argument