HomeSort by relevance Sort by last modified time
    Searched refs:aio_flags (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
aio_abi.h 49 * Valid flags for the "aio_flags" member of the "struct iocb".
97 __u32 aio_flags; member in struct:iocb
100 * if the IOCB_FLAG_RESFD flag of "aio_flags" is set, this is an
  /external/qemu/block/
raw-posix.c 666 acb->aiocb.aio_flags = 0;
674 acb->aiocb.aio_flags |= QEMU_AIO_SECTOR_ALIGNED;
1089 acb->aiocb.aio_flags = 0;
    [all...]

Completed in 84 milliseconds