Searched refs:__O_SYNC (Results 1 – 15 of 15) 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)
80 #define __O_SYNC 04000000 macro81 #define O_SYNC (__O_SYNC|O_DSYNC)
11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
3505 if (file->f_flags & __O_SYNC) in iocb_flags()
854 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
900 if ((file_dst->f_flags & (__O_SYNC | O_DSYNC)) || in bch2_remap_file_range()
877 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
1356 (file->f_flags & __O_SYNC) ? 0 : 1); in __gfs2_fallocate()
567 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
633 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
622 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc