Searched refs:O_DSYNC (Results 1 – 25 of 27) sorted by relevance
12
| /Linux-v5.4/include/uapi/asm-generic/ |
| 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)
|
| /Linux-v5.4/tools/include/uapi/asm-generic/ |
| 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)
|
| /Linux-v5.4/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 11 #define O_SYNC (__O_SYNC|O_DSYNC) 14 #define O_DSYNC 001000000 /* HPUX only */ macro
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 12 #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/ |
| D | fcntl.h | 10 #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/ |
| D | fcntl.h | 15 #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/ |
| D | fcntl.h | 10 O_APPEND | O_NDELAY | O_NONBLOCK | O_NDELAY | __O_SYNC | O_DSYNC | \
|
| D | fs.h | 3389 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in iocb_flags()
|
| /Linux-v5.4/tools/perf/trace/beauty/ |
| D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
| /Linux-v5.4/arch/mips/loongson64/common/ |
| D | mem.c | 93 if (file->f_flags & O_DSYNC) in __uncached_access()
|
| /Linux-v5.4/drivers/target/ |
| 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()
|
| /Linux-v5.4/arch/mips/mm/ |
| D | cache.c | 239 if (file->f_flags & O_DSYNC) in __uncached_access()
|
| /Linux-v5.4/fs/nfs/ |
| D | nfstrace.h | 339 TRACE_DEFINE_ENUM(O_DSYNC); 357 { O_DSYNC, "O_DSYNC" }, \
|
| D | write.c | 1320 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
| /Linux-v5.4/drivers/char/ |
| D | mem.c | 306 if (file->f_flags & O_DSYNC) in uncached_access()
|
| /Linux-v5.4/arch/x86/mm/ |
| D | pat.c | 833 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
| /Linux-v5.4/fs/9p/ |
| D | vfs_inode_dotl.c | 176 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
|
| /Linux-v5.4/drivers/mtd/ |
| D | mtdchar.c | 1144 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
| /Linux-v5.4/fs/notify/fanotify/ |
| D | fanotify_user.c | 43 __O_SYNC | O_DSYNC | O_CLOEXEC | \
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_file.c | 911 if (file->f_flags & O_DSYNC) in xfs_file_fallocate()
|
| D | xfs_ioctl.c | 610 if (filp->f_flags & O_DSYNC) in xfs_ioc_space()
|
| /Linux-v5.4/fs/ |
| D | open.c | 984 flags |= O_DSYNC; in build_open_flags()
|
| /Linux-v5.4/fs/gfs2/ |
| D | file.c | 1073 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
|
| /Linux-v5.4/sound/core/ |
| D | rawmidi.c | 1364 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
| /Linux-v5.4/fs/ocfs2/ |
| D | file.c | 2399 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
|
12