| /OK3568_Linux_fs/kernel/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 81 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 41 #ifndef O_DSYNC 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro 81 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 41 #ifndef O_DSYNC 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro 81 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/kernel/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 80 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) 13 #define O_DSYNC 001000000 macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 12 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro 33 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 10 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro 36 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro 37 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/ |
| H A D | mem.c | 48 if (file->f_flags & O_DSYNC) in __uncached_access()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_file.c | 105 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device() 118 flags &= ~O_DSYNC; in fd_configure_device() 840 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot() 856 flags &= ~O_DSYNC; in fd_init_prot()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | blk.c | 291 file.f_flags = O_DSYNC | __O_SYNC | O_NOATIME; in psblk_generic_blk_read() 321 file.f_flags = O_DSYNC | __O_SYNC | O_NOATIME; in psblk_generic_blk_write()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | cache.c | 238 if (file->f_flags & O_DSYNC) in __uncached_access()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 158 # define O_DSYNC __O_DSYNC /* Synchronize data. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 158 # define O_DSYNC __O_DSYNC /* Synchronize data. */ macro
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_file.c | 1003 if (file->f_flags & O_DSYNC) in xfs_file_fallocate() 1067 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | sat.cc | 80 #if defined(O_DSYNC) in InitializeLogfile() 81 O_DSYNC | in InitializeLogfile()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfstrace.h | 398 TRACE_DEFINE_ENUM(O_DSYNC); 416 { O_DSYNC, "O_DSYNC" }, \
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 310 if (file->f_flags & O_DSYNC) in uncached_access()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | memtype.c | 866 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 230 if ((fd = open(done_file, O_RDWR | O_CREAT | O_DSYNC, 0)) < 0 || in flash_normal()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_inode_dotl.c | 176 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdchar.c | 1184 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 43 __O_SYNC | O_DSYNC | O_CLOEXEC | \
|