Searched refs:O_DSYNC (Results 1 – 19 of 19) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /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()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 63 #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/kernel/trace/ |
| H A D | trace_syscalls.c | 171 { 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 D | memtype.c | 795 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 404 { O_DSYNC, "O_DSYNC" }, in TEST_F()
|
| /linux/fs/btrfs/ |
| H A D | reflink.c | 918 if (file->f_flags & (__O_SYNC | O_DSYNC)) in file_sync_write()
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1365 if ((file->f_flags & O_DSYNC) || IS_SYNC(file->f_mapping->host)) in __gfs2_fallocate()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 207 __O_SYNC | O_DSYNC | O_CLOEXEC | \
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 1207 if (filp->f_flags & (__O_SYNC | O_DSYNC)) in xfs_file_sync_writes()
|
| /linux/fs/nfs/ |
| H A D | write.c | 1265 if (file->f_flags & O_DSYNC) in nfs_can_extend_write()
|
| /linux/sound/core/ |
| H A D | rawmidi.c | 1641 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
|
| /linux/include/linux/ |
| H A D | fs.h | 3440 if (file->f_flags & O_DSYNC) in iocb_flags()
|
| /linux/fs/fuse/ |
| H A D | file.c | 1165 flags |= O_DSYNC; in fuse_write_flags()
|
| /linux/fs/smb/client/ |
| H A D | file.c | 462 if (flags & O_DSYNC) in cifs_posix_convert_flags()
|