AIO_WRITE
op = AIO_WRITE;
error = aio_enqueue_job(AIO_WRITE, SCARG(uap, aiocbp), NULL);
} else if ((job->aio_op & AIO_WRITE) == AIO_WRITE) {