Searched defs:io_op_def (Results 1 – 1 of 1) sorted by relevance
5 struct io_op_def { struct7 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