Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h41 #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 Dfcntl.h41 #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 Dfcntl.h41 #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 Dfcntl.h40 #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 Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h12 #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 Dfcntl.h10 #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 Dfcntl.h15 #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 Dmem.c48 if (file->f_flags & O_DSYNC) in __uncached_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_file.c105 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 Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dblk.c291 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 Dcache.c238 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 Dfcntl-linux.h158 # 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 Dfcntl-linux.h158 # define O_DSYNC __O_DSYNC /* Synchronize data. */ macro
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c1003 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 Dsat.cc80 #if defined(O_DSYNC) in InitializeLogfile()
81 O_DSYNC | in InitializeLogfile()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfstrace.h398 TRACE_DEFINE_ENUM(O_DSYNC);
416 { O_DSYNC, "O_DSYNC" }, \
/OK3568_Linux_fs/kernel/drivers/char/
H A Dmem.c310 if (file->f_flags & O_DSYNC) in uncached_access()
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype.c866 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dflash_image.c230 if ((fd = open(done_file, O_RDWR | O_CREAT | O_DSYNC, 0)) < 0 || in flash_normal()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_inode_dotl.c176 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdchar.c1184 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c43 __O_SYNC | O_DSYNC | O_CLOEXEC | \

12