| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H 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/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/rust/kernel/fs/ |
| H A D | file.rs | 46 pub const O_DSYNC: u32 = bindings::O_DSYNC; constant
|
| /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 | \
|
| /linux/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 61 #ifdef O_DSYNC in open__scnprintf_flags()
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 34 { O_DSYNC, "O_DSYNC" }, \
|
| /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 | 263 if (file->f_flags & O_DSYNC) in uncached_access()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 403 { O_DSYNC, "O_DSYNC" }, in TEST_F()
|
| /linux/kernel/trace/ |
| H A D | trace_syscalls.c | 170 { O_DSYNC, "O_DSYNC" }, in sys_enter_openat_print() 421 "{ 0x%x, \"O_DSYNC\" }, ", O_DSYNC); in sys_enter_openat_print_fmt()
|
| /linux/fs/btrfs/ |
| H A D | reflink.c | 859 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
|
| /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 | 1392 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1356 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 1139 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
|
| /linux/fs/nfs/ |
| H A D | write.c | 1259 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 1638 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2495 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()
|