/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h |
|
/linux/include/uapi/asm-generic/ |
H 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/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/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/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/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/fs/9p/ |
H A D | fid.h | 57 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) { in v9fs_fid_add_modes()
|
H A D | vfs_inode_dotl.c | 174 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
|
/linux/include/linux/ |
H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
H A D | fs.h | 3503 if (file->f_flags & O_DSYNC) in iocb_flags()
|
/linux/include/trace/misc/ |
H A D | fs.h | 34 { O_DSYNC, "O_DSYNC" }, \
|
/linux/tools/perf/trace/beauty/ |
H A D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
/linux/drivers/target/ |
H A D | target_core_file.c | 124 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 D | blk.c | 212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
/linux/drivers/char/ |
H A D | mem.c | 281 if (file->f_flags & O_DSYNC) in uncached_access()
|
/linux/fs/btrfs/ |
H A D | reflink.c | 854 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
|
/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 811 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
/linux/fs/bcachefs/ |
H A D | fs-io.c | 900 if ((file_dst->f_flags & (__O_SYNC | O_DSYNC)) || in bch2_remap_file_range()
|
/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 376 fd = open(finfo.path, O_DSYNC | O_CREAT | O_RDWR | O_TRUNC | O_EXCL, in file_setup_area()
|
/linux/drivers/mtd/ |
H A D | mtdchar.c | 1390 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
/linux/fs/xfs/ |
H A D | xfs_file.c | 877 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
|
/linux/fs/gfs2/ |
H A D | file.c | 1354 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
|
/linux/fs/nfs/ |
H A D | write.c | 1302 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
/linux/sound/core/ |
H A D | rawmidi.c | 1633 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
/linux/fs/ocfs2/ |
H A D | file.c | 2487 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
|