Home
last modified time | relevance | path

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

12

/linux-5.19.10/tools/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-5.19.10/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-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/include/linux/
Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
Dfs.h3265 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in iocb_flags()
/linux-5.19.10/include/trace/events/
Dfs.h34 { O_DSYNC, "O_DSYNC" }, \
/linux-5.19.10/tools/perf/trace/beauty/
Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/linux-5.19.10/drivers/target/
Dtarget_core_file.c106 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device()
119 flags &= ~O_DSYNC; in fd_configure_device()
836 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
852 flags &= ~O_DSYNC; in fd_init_prot()
/linux-5.19.10/fs/pstore/
Dblk.c212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
/linux-5.19.10/drivers/char/
Dmem.c299 if (file->f_flags & O_DSYNC) in uncached_access()
/linux-5.19.10/arch/x86/mm/pat/
Dmemtype.c876 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/linux-5.19.10/fs/btrfs/
Dreflink.c864 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
/linux-5.19.10/fs/9p/
Dvfs_inode_dotl.c177 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
/linux-5.19.10/drivers/mtd/
Dmtdchar.c1248 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
/linux-5.19.10/fs/xfs/
Dxfs_file.c867 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
/linux-5.19.10/fs/
Dopen.c1154 flags |= O_DSYNC; in build_open_flags()
/linux-5.19.10/fs/gfs2/
Dfile.c1337 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
/linux-5.19.10/fs/notify/fanotify/
Dfanotify_user.c110 __O_SYNC | O_DSYNC | O_CLOEXEC | \
/linux-5.19.10/fs/nfs/
Dwrite.c1326 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
/linux-5.19.10/sound/core/
Drawmidi.c1564 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
/linux-5.19.10/fs/ocfs2/
Dfile.c2468 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
/linux-5.19.10/fs/fuse/
Dfile.c1059 flags |= O_DSYNC; in fuse_write_flags()

12