Home
last modified time | relevance | path

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

12

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A 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/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro
37 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h12 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro
33 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h10 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro
36 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux/fs/9p/
H A Dfid.h57 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) { in v9fs_fid_add_modes()
H A Dvfs_inode_dotl.c174 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
/linux/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
H A Dfs.h3503 if (file->f_flags & O_DSYNC) in iocb_flags()
/linux/include/trace/misc/
H A Dfs.h34 { O_DSYNC, "O_DSYNC" }, \
/linux/tools/perf/trace/beauty/
H A Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/linux/drivers/target/
H A Dtarget_core_file.c124 flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_configure_device()
137 flags &= ~O_DSYNC; in fd_configure_device()
829 int ret, flags = O_RDWR | O_CREAT | O_LARGEFILE | O_DSYNC; in fd_init_prot()
845 flags &= ~O_DSYNC; in fd_init_prot()
/linux/fs/pstore/
H A Dblk.c212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
/linux/drivers/char/
H A Dmem.c281 if (file->f_flags & O_DSYNC) in uncached_access()
/linux/fs/btrfs/
H A Dreflink.c854 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
/linux/arch/x86/mm/pat/
H A Dmemtype.c811 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/linux/fs/bcachefs/
H A Dfs-io.c900 if ((file_dst->f_flags & (__O_SYNC | O_DSYNC)) || in bch2_remap_file_range()
/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c376 fd = open(finfo.path, O_DSYNC | O_CREAT | O_RDWR | O_TRUNC | O_EXCL, in file_setup_area()
/linux/drivers/mtd/
H A Dmtdchar.c1390 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
/linux/fs/xfs/
H A Dxfs_file.c877 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
/linux/fs/gfs2/
H A Dfile.c1354 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
/linux/fs/nfs/
H A Dwrite.c1302 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
/linux/sound/core/
H A Drawmidi.c1633 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
/linux/fs/ocfs2/
H A Dfile.c2487 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()

12