Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 3 of 3) sorted by relevance

/include/uapi/asm-generic/
Dfcntl.h41 #ifndef O_DSYNC
42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
81 #define O_SYNC (__O_SYNC|O_DSYNC)
/include/linux/
Dfcntl.h10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
Dfs.h3418 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in iocb_flags()