• Home
  • Raw
  • Download

Lines Matching defs:sqe

360 IOURINGINLINE void io_uring_sqe_set_data(struct io_uring_sqe *sqe, void *data)  in io_uring_sqe_set_data()
375 IOURINGINLINE void io_uring_sqe_set_data64(struct io_uring_sqe *sqe, in io_uring_sqe_set_data64()
391 IOURINGINLINE void io_uring_sqe_set_flags(struct io_uring_sqe *sqe, in io_uring_sqe_set_flags()
397 IOURINGINLINE void __io_uring_set_target_fixed_file(struct io_uring_sqe *sqe, in __io_uring_set_target_fixed_file()
404 IOURINGINLINE void io_uring_initialize_sqe(struct io_uring_sqe *sqe) in io_uring_initialize_sqe()
416 IOURINGINLINE void io_uring_prep_rw(int op, struct io_uring_sqe *sqe, int fd, in io_uring_prep_rw()
448 IOURINGINLINE void io_uring_prep_splice(struct io_uring_sqe *sqe, in io_uring_prep_splice()
461 IOURINGINLINE void io_uring_prep_tee(struct io_uring_sqe *sqe, in io_uring_prep_tee()
472 IOURINGINLINE void io_uring_prep_readv(struct io_uring_sqe *sqe, int fd, in io_uring_prep_readv()
479 IOURINGINLINE void io_uring_prep_readv2(struct io_uring_sqe *sqe, int fd, in io_uring_prep_readv2()
488 IOURINGINLINE void io_uring_prep_read_fixed(struct io_uring_sqe *sqe, int fd, in io_uring_prep_read_fixed()
496 IOURINGINLINE void io_uring_prep_writev(struct io_uring_sqe *sqe, int fd, in io_uring_prep_writev()
503 IOURINGINLINE void io_uring_prep_writev2(struct io_uring_sqe *sqe, int fd, in io_uring_prep_writev2()
512 IOURINGINLINE void io_uring_prep_write_fixed(struct io_uring_sqe *sqe, int fd, in io_uring_prep_write_fixed()
520 IOURINGINLINE void io_uring_prep_recvmsg(struct io_uring_sqe *sqe, int fd, in io_uring_prep_recvmsg()
527 IOURINGINLINE void io_uring_prep_recvmsg_multishot(struct io_uring_sqe *sqe, in io_uring_prep_recvmsg_multishot()
535 IOURINGINLINE void io_uring_prep_sendmsg(struct io_uring_sqe *sqe, int fd, in io_uring_prep_sendmsg()
551 IOURINGINLINE void io_uring_prep_poll_add(struct io_uring_sqe *sqe, int fd, in io_uring_prep_poll_add()
558 IOURINGINLINE void io_uring_prep_poll_multishot(struct io_uring_sqe *sqe, in io_uring_prep_poll_multishot()
565 IOURINGINLINE void io_uring_prep_poll_remove(struct io_uring_sqe *sqe, in io_uring_prep_poll_remove()
572 IOURINGINLINE void io_uring_prep_poll_update(struct io_uring_sqe *sqe, in io_uring_prep_poll_update()
583 IOURINGINLINE void io_uring_prep_fsync(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fsync()
590 IOURINGINLINE void io_uring_prep_nop(struct io_uring_sqe *sqe) in io_uring_prep_nop()
595 IOURINGINLINE void io_uring_prep_timeout(struct io_uring_sqe *sqe, in io_uring_prep_timeout()
603 IOURINGINLINE void io_uring_prep_timeout_remove(struct io_uring_sqe *sqe, in io_uring_prep_timeout_remove()
611 IOURINGINLINE void io_uring_prep_timeout_update(struct io_uring_sqe *sqe, in io_uring_prep_timeout_update()
621 IOURINGINLINE void io_uring_prep_accept(struct io_uring_sqe *sqe, int fd, in io_uring_prep_accept()
631 IOURINGINLINE void io_uring_prep_accept_direct(struct io_uring_sqe *sqe, int fd, in io_uring_prep_accept_direct()
643 IOURINGINLINE void io_uring_prep_multishot_accept(struct io_uring_sqe *sqe, in io_uring_prep_multishot_accept()
652 IOURINGINLINE void io_uring_prep_multishot_accept_direct(struct io_uring_sqe *sqe, in io_uring_prep_multishot_accept_direct()
662 IOURINGINLINE void io_uring_prep_cancel64(struct io_uring_sqe *sqe, in io_uring_prep_cancel64()
670 IOURINGINLINE void io_uring_prep_cancel(struct io_uring_sqe *sqe, in io_uring_prep_cancel()
676 IOURINGINLINE void io_uring_prep_cancel_fd(struct io_uring_sqe *sqe, int fd, in io_uring_prep_cancel_fd()
683 IOURINGINLINE void io_uring_prep_link_timeout(struct io_uring_sqe *sqe, in io_uring_prep_link_timeout()
691 IOURINGINLINE void io_uring_prep_connect(struct io_uring_sqe *sqe, int fd, in io_uring_prep_connect()
698 IOURINGINLINE void io_uring_prep_bind(struct io_uring_sqe *sqe, int fd, in io_uring_prep_bind()
705 IOURINGINLINE void io_uring_prep_listen(struct io_uring_sqe *sqe, int fd, in io_uring_prep_listen()
711 IOURINGINLINE void io_uring_prep_files_update(struct io_uring_sqe *sqe, in io_uring_prep_files_update()
719 IOURINGINLINE void io_uring_prep_fallocate(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fallocate()
727 IOURINGINLINE void io_uring_prep_openat(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_openat()
736 IOURINGINLINE void io_uring_prep_openat_direct(struct io_uring_sqe *sqe, in io_uring_prep_openat_direct()
748 IOURINGINLINE void io_uring_prep_open(struct io_uring_sqe *sqe, in io_uring_prep_open()
755 IOURINGINLINE void io_uring_prep_open_direct(struct io_uring_sqe *sqe, in io_uring_prep_open_direct()
762 IOURINGINLINE void io_uring_prep_close(struct io_uring_sqe *sqe, int fd) in io_uring_prep_close()
767 IOURINGINLINE void io_uring_prep_close_direct(struct io_uring_sqe *sqe, in io_uring_prep_close_direct()
774 IOURINGINLINE void io_uring_prep_read(struct io_uring_sqe *sqe, int fd, in io_uring_prep_read()
780 IOURINGINLINE void io_uring_prep_read_multishot(struct io_uring_sqe *sqe, in io_uring_prep_read_multishot()
790 IOURINGINLINE void io_uring_prep_write(struct io_uring_sqe *sqe, int fd, in io_uring_prep_write()
798 IOURINGINLINE void io_uring_prep_statx(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_statx()
807 IOURINGINLINE void io_uring_prep_fadvise(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fadvise()
814 IOURINGINLINE void io_uring_prep_madvise(struct io_uring_sqe *sqe, void *addr, in io_uring_prep_madvise()
821 IOURINGINLINE void io_uring_prep_fadvise64(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fadvise64()
829 IOURINGINLINE void io_uring_prep_madvise64(struct io_uring_sqe *sqe, void *addr, in io_uring_prep_madvise64()
836 IOURINGINLINE void io_uring_prep_send(struct io_uring_sqe *sqe, int sockfd, in io_uring_prep_send()
843 IOURINGINLINE void io_uring_prep_send_bundle(struct io_uring_sqe *sqe, in io_uring_prep_send_bundle()
850 IOURINGINLINE void io_uring_prep_send_set_addr(struct io_uring_sqe *sqe, in io_uring_prep_send_set_addr()
858 IOURINGINLINE void io_uring_prep_sendto(struct io_uring_sqe *sqe, int sockfd, in io_uring_prep_sendto()
867 IOURINGINLINE void io_uring_prep_send_zc(struct io_uring_sqe *sqe, int sockfd, in io_uring_prep_send_zc()
876 IOURINGINLINE void io_uring_prep_send_zc_fixed(struct io_uring_sqe *sqe, in io_uring_prep_send_zc_fixed()
887 IOURINGINLINE void io_uring_prep_sendmsg_zc(struct io_uring_sqe *sqe, int fd, in io_uring_prep_sendmsg_zc()
895 IOURINGINLINE void io_uring_prep_recv(struct io_uring_sqe *sqe, int sockfd, in io_uring_prep_recv()
902 IOURINGINLINE void io_uring_prep_recv_multishot(struct io_uring_sqe *sqe, in io_uring_prep_recv_multishot()
975 IOURINGINLINE void io_uring_prep_openat2(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_openat2()
983 IOURINGINLINE void io_uring_prep_openat2_direct(struct io_uring_sqe *sqe, in io_uring_prep_openat2_direct()
996 IOURINGINLINE void io_uring_prep_epoll_ctl(struct io_uring_sqe *sqe, int epfd, in io_uring_prep_epoll_ctl()
1004 IOURINGINLINE void io_uring_prep_provide_buffers(struct io_uring_sqe *sqe, in io_uring_prep_provide_buffers()
1013 IOURINGINLINE void io_uring_prep_remove_buffers(struct io_uring_sqe *sqe, in io_uring_prep_remove_buffers()
1020 IOURINGINLINE void io_uring_prep_shutdown(struct io_uring_sqe *sqe, int fd, in io_uring_prep_shutdown()
1026 IOURINGINLINE void io_uring_prep_unlinkat(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_unlinkat()
1033 IOURINGINLINE void io_uring_prep_unlink(struct io_uring_sqe *sqe, in io_uring_prep_unlink()
1039 IOURINGINLINE void io_uring_prep_renameat(struct io_uring_sqe *sqe, int olddfd, in io_uring_prep_renameat()
1049 IOURINGINLINE void io_uring_prep_rename(struct io_uring_sqe *sqe, in io_uring_prep_rename()
1056 IOURINGINLINE void io_uring_prep_sync_file_range(struct io_uring_sqe *sqe, in io_uring_prep_sync_file_range()
1064 IOURINGINLINE void io_uring_prep_mkdirat(struct io_uring_sqe *sqe, int dfd, in io_uring_prep_mkdirat()
1070 IOURINGINLINE void io_uring_prep_mkdir(struct io_uring_sqe *sqe, in io_uring_prep_mkdir()
1076 IOURINGINLINE void io_uring_prep_symlinkat(struct io_uring_sqe *sqe, in io_uring_prep_symlinkat()
1084 IOURINGINLINE void io_uring_prep_symlink(struct io_uring_sqe *sqe, in io_uring_prep_symlink()
1091 IOURINGINLINE void io_uring_prep_linkat(struct io_uring_sqe *sqe, int olddfd, in io_uring_prep_linkat()
1100 IOURINGINLINE void io_uring_prep_link(struct io_uring_sqe *sqe, in io_uring_prep_link()
1107 IOURINGINLINE void io_uring_prep_msg_ring_cqe_flags(struct io_uring_sqe *sqe, in io_uring_prep_msg_ring_cqe_flags()
1116 IOURINGINLINE void io_uring_prep_msg_ring(struct io_uring_sqe *sqe, int fd, in io_uring_prep_msg_ring()
1124 IOURINGINLINE void io_uring_prep_msg_ring_fd(struct io_uring_sqe *sqe, int fd, in io_uring_prep_msg_ring_fd()
1138 IOURINGINLINE void io_uring_prep_msg_ring_fd_alloc(struct io_uring_sqe *sqe, in io_uring_prep_msg_ring_fd_alloc()
1146 IOURINGINLINE void io_uring_prep_getxattr(struct io_uring_sqe *sqe, in io_uring_prep_getxattr()
1156 IOURINGINLINE void io_uring_prep_setxattr(struct io_uring_sqe *sqe, in io_uring_prep_setxattr()
1167 IOURINGINLINE void io_uring_prep_fgetxattr(struct io_uring_sqe *sqe, in io_uring_prep_fgetxattr()
1176 IOURINGINLINE void io_uring_prep_fsetxattr(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fsetxattr()
1185 IOURINGINLINE void io_uring_prep_socket(struct io_uring_sqe *sqe, int domain, in io_uring_prep_socket()
1193 IOURINGINLINE void io_uring_prep_socket_direct(struct io_uring_sqe *sqe, in io_uring_prep_socket_direct()
1207 IOURINGINLINE void io_uring_prep_socket_direct_alloc(struct io_uring_sqe *sqe, in io_uring_prep_socket_direct_alloc()
1220 IOURINGINLINE void io_uring_prep_cmd_sock(struct io_uring_sqe *sqe, in io_uring_prep_cmd_sock()
1236 IOURINGINLINE void io_uring_prep_waitid(struct io_uring_sqe *sqe, in io_uring_prep_waitid()
1248 IOURINGINLINE void io_uring_prep_futex_wake(struct io_uring_sqe *sqe, in io_uring_prep_futex_wake()
1258 IOURINGINLINE void io_uring_prep_futex_wait(struct io_uring_sqe *sqe, in io_uring_prep_futex_wait()
1269 IOURINGINLINE void io_uring_prep_futex_waitv(struct io_uring_sqe *sqe, in io_uring_prep_futex_waitv()
1278 IOURINGINLINE void io_uring_prep_fixed_fd_install(struct io_uring_sqe *sqe, in io_uring_prep_fixed_fd_install()
1288 IOURINGINLINE void io_uring_prep_ftruncate(struct io_uring_sqe *sqe, in io_uring_prep_ftruncate()
1295 IOURINGINLINE void io_uring_prep_cmd_discard(struct io_uring_sqe *sqe, in io_uring_prep_cmd_discard()
1513 struct io_uring_sqe *sqe; in _io_uring_get_sqe() local