Lines Matching refs:opcode
200 uint8_t opcode; member
226 STATIC_ASSERT(0 == offsetof(struct uv__io_uring_sqe, opcode));
453 int uv__io_uring_register(int fd, unsigned opcode, void* arg, unsigned nargs) { in uv__io_uring_register() argument
454 return syscall(__NR_io_uring_register, fd, opcode, arg, nargs); in uv__io_uring_register()
859 sqe->opcode = UV__IORING_OP_CLOSE; in uv__iou_fs_close()
881 sqe->opcode = UV__IORING_OP_FTRUNCATE; in uv__iou_fs_ftruncate()
904 sqe->opcode = UV__IORING_OP_FSYNC; in uv__iou_fs_fsync_or_fdatasync()
928 sqe->opcode = UV__IORING_OP_LINKAT; in uv__iou_fs_link()
951 sqe->opcode = UV__IORING_OP_MKDIRAT; in uv__iou_fs_mkdir()
972 sqe->opcode = UV__IORING_OP_OPENAT; in uv__iou_fs_open()
995 sqe->opcode = UV__IORING_OP_RENAMEAT; in uv__iou_fs_rename()
1018 sqe->opcode = UV__IORING_OP_SYMLINKAT; in uv__iou_fs_symlink()
1038 sqe->opcode = UV__IORING_OP_UNLINKAT; in uv__iou_fs_unlink()
1071 sqe->opcode = is_read ? UV__IORING_OP_READV : UV__IORING_OP_WRITEV; in uv__iou_fs_read_or_write()
1105 sqe->opcode = UV__IORING_OP_STATX; in uv__iou_fs_statx()
1273 sqe->opcode = UV__IORING_OP_EPOLL_CTL; in uv__epoll_ctl_prep()