/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ 67 * the O_SYNC flag. We continue to use the existing numerical value 69 * This new value is used to request true Posix O_SYNC semantics. It is 74 * wherever we do not care if O_DSYNC or O_SYNC is used. 78 #ifndef O_SYNC 80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | open_flags.c | 62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ 68 * the O_SYNC flag. We continue to use the existing numerical value 70 * This new value is used to request true Posix O_SYNC semantics. It is 75 * wherever we do not care if O_DSYNC or O_SYNC is used. 79 #ifndef O_SYNC 81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ 68 * the O_SYNC flag. We continue to use the existing numerical value 70 * This new value is used to request true Posix O_SYNC semantics. It is 75 * wherever we do not care if O_DSYNC or O_SYNC is used. 79 #ifndef O_SYNC 81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | open_flags.c | 62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ 68 * the O_SYNC flag. We continue to use the existing numerical value 70 * This new value is used to request true Posix O_SYNC semantics. It is 75 * wherever we do not care if O_DSYNC or O_SYNC is used. 79 #ifndef O_SYNC 81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 55 #ifndef O_SYNC 57 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 69 #ifndef O_SYNC 71 #define O_SYNC (__O_SYNC | O_DSYNC) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 69 #ifndef O_SYNC 71 #define O_SYNC (__O_SYNC | O_DSYNC) macro
|
/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 */ 21 * the O_SYNC flag. We continue to use the existing numerical value 23 * This new value is used to request true Posix O_SYNC semantics. It is 28 * wherever we do not care if O_DSYNC or O_SYNC is used. 33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/linux-5.10/arch/csky/mm/ |
H A D | ioremap.c | 13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/linux-6.6/arch/csky/mm/ |
H A D | ioremap.c | 13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
|
/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 */ 21 * the O_SYNC flag. We continue to use the existing numerical value 23 * This new value is used to request true Posix O_SYNC semantics. It is 28 * wherever we do not care if O_DSYNC or O_SYNC is used. 33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) 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 */ 25 * the O_SYNC flag. We continue to use the existing numerical value 27 * This new value is used to request true Posix O_SYNC semantics. It is 32 * wherever we do not care if O_DSYNC or O_SYNC is used. 37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/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 */ 24 * the O_SYNC flag. We continue to use the existing numerical value 26 * This new value is used to request true Posix O_SYNC semantics. It is 31 * wherever we do not care if O_DSYNC or O_SYNC is used. 36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/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 */ 25 * the O_SYNC flag. We continue to use the existing numerical value 27 * This new value is used to request true Posix O_SYNC semantics. It is 32 * wherever we do not care if O_DSYNC or O_SYNC is used. 37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/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 */ 24 * the O_SYNC flag. We continue to use the existing numerical value 26 * This new value is used to request true Posix O_SYNC semantics. It is 31 * wherever we do not care if O_DSYNC or O_SYNC is used. 36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 33 #define O_SYNC (__O_SYNC | O_DSYNC) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 33 #define O_SYNC (__O_SYNC | O_DSYNC) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/tdx/ |
H A D | tdx_guest_test.c | 137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_operations.h | 29 #define PRT_FCNTL (O_NONBLOCK | O_NDELAY | O_APPEND | O_SYNC)
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
H A D | liteipc_test_001.cpp | 60 fd = open(LITEIPC_DRIVER, O_RDWR | O_SYNC); in LiteIpcTest()
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | file.c | 221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|