/linux-6.1.9/tools/include/uapi/asm-generic/ |
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-6.1.9/include/uapi/asm-generic/ |
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-6.1.9/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) 13 #define O_DSYNC 001000000 macro
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
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-6.1.9/arch/alpha/include/uapi/asm/ |
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-6.1.9/arch/sparc/include/uapi/asm/ |
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-6.1.9/include/linux/ |
D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
D | fs.h | 3419 if (file->f_flags & O_DSYNC) in iocb_flags()
|
/linux-6.1.9/include/trace/events/ |
D | fs.h | 34 { O_DSYNC, "O_DSYNC" }, \
|
/linux-6.1.9/tools/perf/trace/beauty/ |
D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
/linux-6.1.9/drivers/target/ |
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() 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-6.1.9/fs/pstore/ |
D | blk.c | 212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk()
|
/linux-6.1.9/drivers/char/ |
D | mem.c | 299 if (file->f_flags & O_DSYNC) in uncached_access()
|
/linux-6.1.9/arch/x86/mm/pat/ |
D | memtype.c | 877 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
/linux-6.1.9/fs/btrfs/ |
D | reflink.c | 869 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
|
/linux-6.1.9/fs/9p/ |
D | vfs_inode_dotl.c | 177 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_file.c | 873 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
|
/linux-6.1.9/drivers/mtd/ |
D | mtdchar.c | 1390 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | khugepaged.c | 681 fd = open(finfo.path, O_DSYNC | O_CREAT | O_RDWR | O_TRUNC | O_EXCL, in file_setup_area()
|
/linux-6.1.9/fs/ |
D | open.c | 1186 flags |= O_DSYNC; in build_open_flags()
|
/linux-6.1.9/fs/gfs2/ |
D | file.c | 1336 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
|
/linux-6.1.9/fs/notify/fanotify/ |
D | fanotify_user.c | 110 __O_SYNC | O_DSYNC | O_CLOEXEC | \
|
/linux-6.1.9/fs/nfs/ |
D | write.c | 1327 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
/linux-6.1.9/sound/core/ |
D | rawmidi.c | 1627 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
/linux-6.1.9/fs/ocfs2/ |
D | file.c | 2468 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
|