| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 78 #ifndef O_SYNC 80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 76 pub const O_SYNC: u32 = bindings::O_SYNC; constant
|
| /linux/arch/csky/mm/ |
| H A D | ioremap.c | 13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux/tools/testing/selftests/tdx/ |
| H A D | tdx_guest_test.c | 137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
|
| /linux/fs/coda/ |
| H A D | file.c | 248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 178 f |= O_SYNC; in os_open_file()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 402 { O_SYNC, "O_SYNC" }, in TEST_F()
|
| /linux/fs/xfs/ |
| H A D | xfs_exchrange.c | 490 if (((fxr->file1->f_flags | fxr->file2->f_flags) & O_SYNC) || in xfs_exchange_range_prep()
|
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 182 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 718 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 755 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 D | cifsglob.h | 2382 if (oflags & O_SYNC) in cifs_open_create_options()
|
| H A D | file.c | 2529 return (oflags & (O_SYNC | O_DIRECT)) == (cflags & (O_SYNC | O_DIRECT)); in open_flags_match()
|
| /linux/Documentation/filesystems/ |
| H A D | ext2.rst | 300 - per-file if you have the program source: use the O_SYNC flag to open()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 906 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 109 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2071 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
|
| /linux/fs/ext4/ |
| H A D | extents.c | 4787 if (file->f_flags & O_SYNC) in ext4_zero_range() 4829 if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) { in ext4_do_fallocate()
|
| /linux/fs/fuse/ |
| H A D | file.c | 1137 flags |= O_SYNC; in fuse_write_flags()
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 640 *O_SYNC* have no meaning to a CD-ROM.
|