Searched refs:AIO_SIZE (Results 1 – 1 of 1) sorted by relevance
90 #define AIO_SIZE 64*1024 macro118 if (posix_memalign(&bufptr, 4096, AIO_SIZE)) { in aiodio_append()122 memset(bufptr, 0, AIO_SIZE); in aiodio_append()123 io_prep_pwrite(&iocb_array[i], fd, bufptr, AIO_SIZE, offset); in aiodio_append()125 offset += AIO_SIZE; in aiodio_append()148 AIO_SIZE, offset); in aiodio_append()149 offset += AIO_SIZE; in aiodio_append()