Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h40 #ifndef O_DSYNC
41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
66 * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using
68 * for O_DSYNC semantics now, but using the correct symbolic name for it.
71 * new headers get at least O_DSYNC semantics on older kernels.
73 * This has the nice side-effect that we can simply test for O_DSYNC
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
80 #define O_SYNC (__O_SYNC|O_DSYNC)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h31 #ifndef O_DSYNC
32 #define O_DSYNC 00010000 macro
57 #define O_SYNC (__O_SYNC|O_DSYNC)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h45 #ifndef O_DSYNC
46 #define O_DSYNC 00010000 macro
71 #define O_SYNC (__O_SYNC | O_DSYNC)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h45 #ifndef O_DSYNC
46 #define O_DSYNC 00010000 macro
71 #define O_SYNC (__O_SYNC | O_DSYNC)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h24 #define O_DSYNC 0x0010 macro
33 #define O_SYNC (__O_SYNC | O_DSYNC)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h24 #define O_DSYNC 0x0010 macro
33 #define O_SYNC (__O_SYNC | O_DSYNC)
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/
H A Dmem.c48 if (file->f_flags & O_DSYNC) in __uncached_access()
/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/linux/linux-6.6/fs/9p/
H A Dfid.h60 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) { in v9fs_fid_add_modes()
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h34 { O_DSYNC, "O_DSYNC" }, \
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_file.c102 * Use O_DSYNC by default instead of O_SYNC to forgo syncing in fd_configure_device()
105 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device()
117 pr_debug("FILEIO: Disabling O_DSYNC, using buffered FILEIO\n"); in fd_configure_device()
118 flags &= ~O_DSYNC; in fd_configure_device()
810 "Buffered-WCE" : "O_DSYNC", in fd_show_configfs_dev_params()
840 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
856 flags &= ~O_DSYNC; in fd_init_prot()

Completed in 9 milliseconds

123