Home
last modified time | relevance | path

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

12

/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h40 #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-6.15/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 macro
/linux-6.15/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-6.15/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-6.15/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-6.15/rust/kernel/fs/
H A Dfile.rs39 pub const O_DSYNC: u32 = bindings::O_DSYNC; constant
/linux-6.15/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-6.15/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/linux-6.15/include/trace/misc/
H A Dfs.h34 { O_DSYNC, "O_DSYNC" }, \
/linux-6.15/tools/perf/trace/beauty/
H A Dopen_flags.c61 #ifdef O_DSYNC in open__scnprintf_flags()
/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c403 { O_DSYNC, "O_DSYNC" }, in TEST_F()
/linux-6.15/drivers/char/
H A Dmem.c281 if (file->f_flags & O_DSYNC) in uncached_access()
/linux-6.15/arch/x86/mm/pat/
H A Dmemtype.c811 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/linux-6.15/fs/btrfs/
H A Dreflink.c854 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
/linux-6.15/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-6.15/drivers/mtd/
H A Dmtdchar.c1390 if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) in mtdchar_mmap()
/linux-6.15/fs/bcachefs/
H A Dfs-io.c963 if ((file_dst->f_flags & (__O_SYNC | O_DSYNC)) || in bch2_remap_file_range()
/linux-6.15/fs/xfs/
H A Dxfs_file.c1072 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
/linux-6.15/fs/gfs2/
H A Dfile.c1355 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
/linux-6.15/fs/
H A Dopen.c1304 flags |= O_DSYNC; in build_open_flags()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c107 __O_SYNC | O_DSYNC | O_CLOEXEC | \
/linux-6.15/fs/nfs/
H A Dwrite.c1315 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()

12