| /linux-4.4.14/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-4.4.14/arch/parisc/include/uapi/asm/ |
| D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) 13 #define O_DSYNC 001000000 /* HPUX only */ macro
|
| /linux-4.4.14/arch/alpha/include/uapi/asm/ |
| D | fcntl.h | 11 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro 32 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /linux-4.4.14/arch/sparc/include/uapi/asm/ |
| D | fcntl.h | 9 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro 35 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /linux-4.4.14/arch/mips/include/uapi/asm/ |
| D | fcntl.h | 14 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro 36 #define O_SYNC (__O_SYNC|O_DSYNC)
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_file.c | 117 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device() 130 flags &= ~O_DSYNC; in fd_configure_device() 724 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot() 740 flags &= ~O_DSYNC; in fd_init_prot()
|
| /linux-4.4.14/arch/mips/loongson64/common/ |
| D | mem.c | 97 if (file->f_flags & O_DSYNC) in __uncached_access()
|
| /linux-4.4.14/arch/mips/mm/ |
| D | cache.c | 237 if (file->f_flags & O_DSYNC) in __uncached_access()
|
| /linux-4.4.14/fs/ |
| D | fcntl.c | 747 __O_SYNC | O_DSYNC | FASYNC | in fcntl_init()
|
| D | direct-io.c | 1204 ((iocb->ki_filp->f_flags & O_DSYNC) || in do_blockdev_direct_IO()
|
| D | open.c | 903 flags |= O_DSYNC; in build_open_flags()
|
| /linux-4.4.14/drivers/char/ |
| D | mem.c | 258 if (file->f_flags & O_DSYNC) in uncached_access()
|
| /linux-4.4.14/arch/x86/mm/ |
| D | pat.c | 733 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
| /linux-4.4.14/fs/notify/fanotify/ |
| D | fanotify_user.c | 38 __O_SYNC | O_DSYNC | O_CLOEXEC | \
|
| /linux-4.4.14/fs/nfs/ |
| D | nfstrace.h | 269 { O_DSYNC, "O_DSYNC" }, \
|
| D | write.c | 1218 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
| /linux-4.4.14/fs/9p/ |
| D | vfs_inode_dotl.c | 188 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
|
| /linux-4.4.14/drivers/mtd/ |
| D | mtdchar.c | 1139 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_file.c | 1012 if (file->f_flags & O_DSYNC) in xfs_file_fallocate()
|
| D | xfs_ioctl.c | 643 if (filp->f_flags & O_DSYNC) in xfs_ioc_space()
|
| /linux-4.4.14/sound/core/ |
| D | rawmidi.c | 1338 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | file.c | 2399 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
|
| /linux-4.4.14/include/linux/ |
| D | fs.h | 2436 if (!(file->f_flags & O_DSYNC) && !IS_SYNC(file->f_mapping->host)) in generic_write_sync()
|
| /linux-4.4.14/fs/btrfs/ |
| D | file.c | 1762 bool sync = (file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host); in btrfs_file_write_iter()
|
| /linux-4.4.14/tools/perf/ |
| D | builtin-trace.c | 825 #ifdef O_DSYNC in syscall_arg__scnprintf_open_flags()
|
| /linux-4.4.14/fs/cifs/ |
| D | file.c | 87 if (flags & O_DSYNC) in cifs_posix_convert_flags()
|