Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/asm-generic/
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)
/Linux-v5.4/tools/include/uapi/asm-generic/
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)
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dfcntl.h11 #define O_SYNC (__O_SYNC|O_DSYNC)
14 #define O_DSYNC 001000000 /* HPUX only */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dfcntl.h12 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro
33 #define O_SYNC (__O_SYNC|O_DSYNC)
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dfcntl.h10 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro
36 #define O_SYNC (__O_SYNC|O_DSYNC)
/Linux-v5.4/arch/mips/include/uapi/asm/
Dfcntl.h15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro
37 #define O_SYNC (__O_SYNC|O_DSYNC)
/Linux-v5.4/include/linux/
Dfcntl.h10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
Dfs.h3389 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in iocb_flags()
/Linux-v5.4/tools/perf/trace/beauty/
Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/Linux-v5.4/arch/mips/loongson64/common/
Dmem.c93 if (file->f_flags & O_DSYNC) in __uncached_access()
/Linux-v5.4/drivers/target/
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()
/Linux-v5.4/arch/mips/mm/
Dcache.c239 if (file->f_flags & O_DSYNC) in __uncached_access()
/Linux-v5.4/fs/nfs/
Dnfstrace.h339 TRACE_DEFINE_ENUM(O_DSYNC);
357 { O_DSYNC, "O_DSYNC" }, \
Dwrite.c1320 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
/Linux-v5.4/drivers/char/
Dmem.c306 if (file->f_flags & O_DSYNC) in uncached_access()
/Linux-v5.4/arch/x86/mm/
Dpat.c833 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/Linux-v5.4/fs/9p/
Dvfs_inode_dotl.c176 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
/Linux-v5.4/drivers/mtd/
Dmtdchar.c1144 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c43 __O_SYNC | O_DSYNC | O_CLOEXEC | \
/Linux-v5.4/fs/xfs/
Dxfs_file.c911 if (file->f_flags & O_DSYNC) in xfs_file_fallocate()
Dxfs_ioctl.c610 if (filp->f_flags & O_DSYNC) in xfs_ioc_space()
/Linux-v5.4/fs/
Dopen.c984 flags |= O_DSYNC; in build_open_flags()
/Linux-v5.4/fs/gfs2/
Dfile.c1073 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
/Linux-v5.4/sound/core/
Drawmidi.c1364 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
/Linux-v5.4/fs/ocfs2/
Dfile.c2399 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()

12