| /linux-6.15/include/uapi/asm-generic/ |
| H A D | fcntl.h | 78 #ifndef O_SYNC 80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
|
| /linux-6.15/arch/csky/mm/ |
| H A D | ioremap.c | 13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 69 pub const O_SYNC: u32 = bindings::O_SYNC; constant
|
| /linux-6.15/tools/testing/selftests/tdx/ |
| H A D | tdx_guest_test.c | 137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
|
| /linux-6.15/fs/coda/ |
| H A D | file.c | 248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | file.c | 193 f |= O_SYNC; in os_open_file()
|
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd_file_handle_test.c | 402 { O_SYNC, "O_SYNC" }, in TEST_F()
|
| /linux-6.15/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-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 182 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 104 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | mmu.c | 718 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 754 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write() 781 curlun->filp->f_flags |= O_SYNC; in do_write()
|
| /linux-6.15/fs/smb/client/ |
| H A D | file.c | 578 if (f_flags & O_SYNC) in cifs_nt_open() 1238 if (cfile->f_flags & O_SYNC) in cifs_reopen_file()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | ext2.rst | 300 - per-file if you have the program source: use the O_SYNC flag to open()
|
| /linux-6.15/fs/smb/server/ |
| H A D | vfs.c | 964 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.c | 2064 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
|
| /linux-6.15/fs/ext4/ |
| H A D | extents.c | 4657 if (file->f_flags & O_SYNC) in ext4_zero_range() 4699 if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) { in ext4_do_fallocate()
|
| /linux-6.15/fs/fuse/ |
| H A D | file.c | 1120 flags |= O_SYNC; in fuse_write_flags()
|
| /linux-6.15/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 641 *O_SYNC* have no meaning to a CD-ROM.
|