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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fs.h 126 * WRITE_SYNC_PLUG Synchronous write. Identical to WRITE, but passes down
129 * WRITE_SYNC_PLUG does not do this as we could be
132 * WRITE_SYNC Like WRITE_SYNC_PLUG, but also unplugs the device
137 * SWRITE_SYNC_PLUG Like WRITE_SYNC/WRITE_SYNC_PLUG, but locks the buffer.
155 #define WRITE_SYNC_PLUG (WRITE | (1 << BIO_RW_SYNCIO) | (1 << BIO_RW_NOIDLE))
156 #define WRITE_SYNC (WRITE_SYNC_PLUG | (1 << BIO_RW_UNPLUG))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 126 * WRITE_SYNC_PLUG Synchronous write. Identical to WRITE, but passes down
129 * WRITE_SYNC_PLUG does not do this as we could be
132 * WRITE_SYNC Like WRITE_SYNC_PLUG, but also unplugs the device
137 * SWRITE_SYNC_PLUG Like WRITE_SYNC/WRITE_SYNC_PLUG, but locks the buffer.
155 #define WRITE_SYNC_PLUG (WRITE | (1 << BIO_RW_SYNCIO) | (1 << BIO_RW_NOIDLE))
156 #define WRITE_SYNC (WRITE_SYNC_PLUG | (1 << BIO_RW_UNPLUG))

Completed in 57 milliseconds