/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 40 #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 D | fcntl.h | 41 #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 D | fcntl.h | 41 #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 D | fcntl.h | 41 #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 D | fcntl.h | 31 #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 D | fcntl.h | 45 #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 D | fcntl.h | 45 #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 D | fcntl.h | 12 #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 D | fcntl.h | 10 #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 D | fcntl.h | 12 #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 D | fcntl.h | 10 #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 D | fcntl.h | 15 #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 D | fcntl.h | 10 #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 D | fcntl.h | 15 #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 D | fcntl.h | 10 #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 D | fcntl.h | 24 #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 D | fcntl.h | 24 #define O_DSYNC 0x0010 macro 33 #define O_SYNC (__O_SYNC | O_DSYNC)
|
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/ |
H A D | mem.c | 48 if (file->f_flags & O_DSYNC) in __uncached_access()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | fid.h | 60 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) { in v9fs_fid_add_modes()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 34 { O_DSYNC, "O_DSYNC" }, \
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_file.c | 102 * 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()
|