Searched refs:__O_SYNC (Results 1 – 14 of 14) sorted by relevance
9 #define __O_SYNC 000100000 macro10 #define O_SYNC (__O_SYNC|O_DSYNC)
36 #define __O_SYNC 0x4000 macro37 #define O_SYNC (__O_SYNC|O_DSYNC)
32 #define __O_SYNC 020000000 macro33 #define O_SYNC (__O_SYNC|O_DSYNC)
35 #define __O_SYNC 0x800000 macro36 #define O_SYNC (__O_SYNC|O_DSYNC)
79 #define __O_SYNC 04000000 macro80 #define O_SYNC (__O_SYNC|O_DSYNC)
11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
3365 if (file->f_flags & __O_SYNC) in iocb_flags()
859 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
1358 (file->f_flags & __O_SYNC) ? 0 : 1); in __gfs2_fallocate()
1139 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
633 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
622 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
648 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc