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

  /external/strace/xlat/
rwf_flags.h 5 #if !(defined(RWF_DSYNC) || (defined(HAVE_DECL_RWF_DSYNC) && HAVE_DECL_RWF_DSYNC))
6 # define RWF_DSYNC 2
21 XLAT(RWF_DSYNC),
  /external/fio/os/
os-linux.h 305 #ifndef RWF_DSYNC
306 #define RWF_DSYNC 0x00000002
  /bionic/libc/kernel/uapi/linux/
fs.h 238 #define RWF_DSYNC 0x00000002
  /external/kernel-headers/original/uapi/linux/
fs.h 347 #define RWF_DSYNC 0x00000002 /* per-IO O_DSYNC */

Completed in 329 milliseconds