Home
last modified time | relevance | path

Searched refs:RWF_DSYNC (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Drwf_flags.h5 #if !(defined(RWF_DSYNC) || (defined(HAVE_DECL_RWF_DSYNC) && HAVE_DECL_RWF_DSYNC))
6 # define RWF_DSYNC 2 macro
24 XLAT(RWF_DSYNC),
Drwf_flags.in2 RWF_DSYNC 2
/external/kernel-headers/original/uapi/linux/
Dfs.h372 #define RWF_DSYNC ((__force __kernel_rwf_t)0x00000002) macro
381 #define RWF_SUPPORTED (RWF_HIPRI | RWF_DSYNC | RWF_SYNC | RWF_NOWAIT)
/external/fio/os/
Dos-linux.h305 #ifndef RWF_DSYNC
306 #define RWF_DSYNC 0x00000002 macro
/external/strace/
DChangeLog20065 * xlat/rwf_flags.in: Add RWF_DSYNC and RWF_SYNC introduced