Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 22 of 22) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h78 #ifndef O_SYNC
80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/tools/perf/trace/beauty/
H A Dopen_flags.c62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
/linux/arch/csky/mm/
H A Dioremap.c13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
/linux/rust/kernel/fs/
H A Dfile.rs76 pub const O_SYNC: u32 = bindings::O_SYNC; constant
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
/linux/fs/coda/
H A Dfile.c248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/linux/arch/um/os-Linux/
H A Dfile.c178 f |= O_SYNC; in os_open_file()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c402 { O_SYNC, "O_SYNC" }, in TEST_F()
/linux/fs/ext4/
H A Dextents.c4777 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && partial_zeroed) { in ext4_zero_range()
4798 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_zero_range()
4836 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && in ext4_do_fallocate()
5610 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_collapse_range()
5734 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_insert_range()
H A Dinode.c4475 if (((file->f_flags & O_SYNC) || IS_SYNC(inode)) && partial_zeroed) { in ext4_punch_hole()
4529 if ((file->f_flags & O_SYNC) || IS_SYNC(inode)) in ext4_punch_hole()
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c755 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write()
782 curlun->filp->f_flags |= O_SYNC; in do_write()
/linux/fs/smb/client/
H A Dcifsglob.h2380 if (oflags & O_SYNC) in cifs_open_create_options()
H A Dfile.c2555 return (oflags & (O_SYNC | O_DIRECT)) == (cflags & (O_SYNC | O_DIRECT)); in open_flags_match()
/linux/fs/smb/server/
H A Dvfs.c906 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
/linux/fs/ocfs2/
H A Dfile.c2071 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
/linux/fs/fuse/
H A Dfile.c1144 flags |= O_SYNC; in fuse_write_flags()
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst640 *O_SYNC* have no meaning to a CD-ROM.