Searched refs:O_DSYNC (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h12 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro
20 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
22 * for O_DSYNC semantics now, but using the correct symbolic name for it.
25 * new headers get at least O_DSYNC semantics on older kernels.
27 * This has the nice side-effect that we can simply test for O_DSYNC
28 * wherever we do not care if O_DSYNC or O_SYNC is used.
33 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro
24 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
26 * for O_DSYNC semantics now, but using the correct symbolic name for it.
29 * new headers get at least O_DSYNC semantics on older kernels.
31 * This has the nice side-effect that we can simply test for O_DSYNC
32 * wherever we do not care if O_DSYNC or O_SYNC is used.
37 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h10 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro
23 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
25 * for O_DSYNC semantics now, but using the correct symbolic name for it.
28 * new headers get at least O_DSYNC semantics on older kernels.
30 * This has the nice side-effect that we can simply test for O_DSYNC
31 * wherever we do not care if O_DSYNC or O_SYNC is used.
36 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h41 #ifndef O_DSYNC
42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
67 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
69 * for O_DSYNC semantics now, but using the correct symbolic name for it.
72 * new headers get at least O_DSYNC semantics on older kernels.
74 * This has the nice side-effect that we can simply test for O_DSYNC
75 * wherever we do not care if O_DSYNC or O_SYNC is used.
81 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h41 #ifndef O_DSYNC
42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
67 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
69 * for O_DSYNC semantics now, but using the correct symbolic name for it.
72 * new headers get at least O_DSYNC semantics on older kernels.
74 * This has the nice side-effect that we can simply test for O_DSYNC
75 * wherever we do not care if O_DSYNC or O_SYNC is used.
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 | \
/linux-master/fs/9p/
H A Dfid.h57 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) {
H A Dvfs_inode_dotl.c128 { O_DSYNC, P9_DOTL_DSYNC },
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c61 #ifdef O_DSYNC
/linux-master/include/trace/misc/
H A Dfs.h34 { O_DSYNC, "O_DSYNC" }, \
/linux-master/fs/pstore/
H A Dblk.c212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0);
/linux-master/drivers/target/
H A Dtarget_core_file.c121 * Use O_DSYNC by default instead of O_SYNC to forgo syncing
124 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC;
136 pr_debug("FILEIO: Disabling O_DSYNC, using buffered FILEIO\n");
137 flags &= ~O_DSYNC;
799 "Buffered-WCE" : "O_DSYNC",
829 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC;
845 flags &= ~O_DSYNC;
/linux-master/drivers/char/
H A Dmem.c279 * that was marked O_DSYNC will be done non-cached.
281 if (file->f_flags & O_DSYNC)
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c376 fd = open(finfo.path, O_DSYNC | O_CREAT | O_RDWR | O_TRUNC | O_EXCL,
/linux-master/fs/btrfs/
H A Dreflink.c873 if (file->f_flags & (__O_SYNC | O_DSYNC))
920 * O_DSYNC or has the S_SYNC attribute, fsync both the destination and
/linux-master/fs/xfs/
H A Dxfs_file.c186 * This can only happen for fdatasync/O_DSYNC if we were overwriting
932 if (filp->f_flags & (__O_SYNC | O_DSYNC))
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c826 if (file->f_flags & O_DSYNC)
/linux-master/drivers/mtd/
H A Dmtdchar.c1390 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory))
/linux-master/fs/gfs2/
H A Dfile.c1353 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host))
/linux-master/fs/
H A Dopen.c1276 * O_SYNC is implemented as __O_SYNC|O_DSYNC. As many places only
1277 * check for O_DSYNC if the need any syncing at all we enforce it's
1282 flags |= O_DSYNC;
/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 | \
/linux-master/fs/nfs/
H A Dwrite.c1319 if (file->f_flags & O_DSYNC)
/linux-master/fs/ocfs2/
H A Dfile.c2473 if (((file->f_flags & O_DSYNC) && !direct_io) ||

Completed in 274 milliseconds

12