Searched refs:__O_SYNC (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h9 #define __O_SYNC 000100000 macro
10 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h30 * Note: __O_SYNC must never be used directly.
32 #define __O_SYNC 020000000 macro
33 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h34 * Note: __O_SYNC must never be used directly.
36 #define __O_SYNC 0x4000 macro
37 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h33 * Note: __O_SYNC must never be used directly.
35 #define __O_SYNC 0x800000 macro
36 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h77 * Note: __O_SYNC must never be used directly.
80 #define __O_SYNC 04000000 macro
81 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h77 * Note: __O_SYNC must never be used directly.
80 #define __O_SYNC 04000000 macro
81 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
H A Dfs.h3404 if (file->f_flags & __O_SYNC)
/linux-master/fs/btrfs/
H A Dreflink.c873 if (file->f_flags & (__O_SYNC | O_DSYNC))
/linux-master/fs/xfs/
H A Dxfs_file.c932 if (filp->f_flags & (__O_SYNC | O_DSYNC))
/linux-master/fs/gfs2/
H A Dfile.c1355 (file->f_flags & __O_SYNC) ? 0 : 1);
/linux-master/fs/
H A Dopen.c1276 * O_SYNC is implemented as __O_SYNC|O_DSYNC. As many places only
1279 * for malicious applications setting only __O_SYNC.
1281 if (flags & __O_SYNC)
/linux-master/fs/bcachefs/
H A Dfs-io.c920 if ((file_dst->f_flags & (__O_SYNC | O_DSYNC)) ||
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c109 __O_SYNC | O_DSYNC | O_CLOEXEC | \

Completed in 228 milliseconds