Lines Matching defs:check_struct
1048 macro_rules! check_struct {
1099 check_struct!(io_uring_cqe, user_data, res, flags);
1100 check_struct!(
1113 check_struct!(
1125 check_struct!(
1137 check_struct!(io_uring_probe, last_op, ops_len, resv, resv2, ops);
1138 check_struct!(io_uring_probe_op, op, resv, flags, resv2);
1139 check_struct!(io_uring_files_update, offset, resv, fds);
1140 check_struct!(io_uring_rsrc_register, nr, resv, resv2, data, tags);
1141 check_struct!(io_uring_rsrc_update, offset, resv, data);
1142 check_struct!(io_uring_rsrc_update2, offset, resv, data, tags, nr, resv2);
1143 check_struct!(io_uring_getevents_arg, sigmask, sigmask_sz, pad, ts);
1144 check_struct!(iovec, iov_base, iov_len);
1145 check_struct!(open_how, flags, mode, resolve);