Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/rust/kernel/fs/
H A Dfile.rs46 pub const O_DSYNC: u32 = bindings::O_DSYNC; constant
/linux/fs/9p/
H A Dfid.h57 (f_flags & O_DSYNC) || (s_flags & V9FS_SYNC)) { in v9fs_fid_add_modes()
/linux/tools/perf/trace/beauty/
H A Dopen_flags.c63 #ifdef O_DSYNC in open__scnprintf_flags()
/linux/include/trace/misc/
H A Dfs.h34 { O_DSYNC, "O_DSYNC" }, \
/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/kernel/trace/
H A Dtrace_syscalls.c171 { O_DSYNC, "O_DSYNC" }, in sys_enter_openat_print()
421 "{ 0x%x, \"O_DSYNC\" }, ", O_DSYNC); in sys_enter_openat_print_fmt()
/linux/arch/x86/mm/pat/
H A Dmemtype.c795 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c404 { O_DSYNC, "O_DSYNC" }, in TEST_F()
/linux/fs/btrfs/
H A Dreflink.c918 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
/linux/fs/gfs2/
H A Dfile.c1365 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c207 __O_SYNC | O_DSYNC | O_CLOEXEC | \
/linux/fs/xfs/
H A Dxfs_file.c1207 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
/linux/fs/nfs/
H A Dwrite.c1265 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
/linux/sound/core/
H A Drawmidi.c1641 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
/linux/include/linux/
H A Dfs.h3440 if (file->f_flags & O_DSYNC) in iocb_flags()
/linux/fs/fuse/
H A Dfile.c1165 flags |= O_DSYNC; in fuse_write_flags()
/linux/fs/smb/client/
H A Dfile.c462 if (flags & O_DSYNC) in cifs_posix_convert_flags()