| /linux-5.15/tools/include/uapi/asm-generic/ |
| 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)
|
| /linux-5.15/include/uapi/asm-generic/ |
| 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)
|
| /linux-5.15/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) 13 #define O_DSYNC 001000000 macro
|
| /linux-5.15/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)
|
| /linux-5.15/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)
|
| /linux-5.15/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)
|
| /linux-5.15/include/linux/ |
| H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| H A D | fs.h | 3477 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in iocb_flags()
|
| /linux-5.15/tools/perf/trace/beauty/ |
| A D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
| /linux-5.15/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() 832 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot() 848 flags &= ~O_DSYNC; in fd_init_prot()
|
| /linux-5.15/fs/pstore/ |
| A D | blk.c | 213 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
| /linux-5.15/fs/xfs/ |
| H A D | xfs_file.c | 1062 if (file->f_flags & O_DSYNC) in xfs_file_fallocate() 1127 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
|
| H A D | xfs_ioctl.c | 654 if (filp->f_flags & O_DSYNC) in xfs_ioc_space()
|
| /linux-5.15/drivers/char/ |
| H A D | mem.c | 299 if (file->f_flags & O_DSYNC) in uncached_access()
|
| /linux-5.15/fs/nfs/ |
| A D | nfstrace.h | 403 TRACE_DEFINE_ENUM(O_DSYNC); 421 { O_DSYNC, "O_DSYNC" }, \
|
| H A D | write.c | 1326 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
| /linux-5.15/arch/x86/mm/pat/ |
| A D | memtype.c | 868 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
| /linux-5.15/fs/btrfs/ |
| A D | reflink.c | 850 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
|
| /linux-5.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 179 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
|
| /linux-5.15/drivers/mtd/ |
| H A D | mtdchar.c | 1184 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
| /linux-5.15/fs/ |
| H A D | open.c | 1076 flags |= O_DSYNC; in build_open_flags()
|
| /linux-5.15/fs/gfs2/ |
| H A D | file.c | 1148 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
|
| /linux-5.15/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 102 __O_SYNC | O_DSYNC | O_CLOEXEC | \
|
| /linux-5.15/sound/core/ |
| H A D | rawmidi.c | 1563 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
| /linux-5.15/fs/ocfs2/ |
| H A D | file.c | 2467 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
|