Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h78 #ifndef O_SYNC
80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-6.15/tools/perf/trace/beauty/
H A Dopen_flags.c62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
/linux-6.15/arch/csky/mm/
H A Dioremap.c13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dfcntl.h37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dfcntl.h33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dfcntl.h36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-6.15/rust/kernel/fs/
H A Dfile.rs69 pub const O_SYNC: u32 = bindings::O_SYNC; constant
/linux-6.15/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
/linux-6.15/fs/coda/
H A Dfile.c248 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/linux-6.15/arch/um/os-Linux/
H A Dfile.c193 f |= O_SYNC; in os_open_file()
/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_file_handle_test.c402 { O_SYNC, "O_SYNC" }, in TEST_F()
/linux-6.15/fs/xfs/
H A Dxfs_exchrange.c490 if (((fxr->file1->f_flags | fxr->file2->f_flags) & O_SYNC) || in xfs_exchange_range_prep()
/linux-6.15/fs/9p/
H A Dvfs_inode_dotl.c182 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
/linux-6.15/arch/arm64/mm/
H A Dmmu.c104 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux-6.15/arch/arm/mm/
H A Dmmu.c718 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux-6.15/drivers/usb/gadget/function/
H A Df_mass_storage.c754 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 Dfile.c578 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 Dext2.rst300 - per-file if you have the program source: use the O_SYNC flag to open()
/linux-6.15/fs/smb/server/
H A Dvfs.c964 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
/linux-6.15/fs/ocfs2/
H A Dfile.c2064 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
/linux-6.15/fs/ext4/
H A Dextents.c4657 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 Dfile.c1120 flags |= O_SYNC; in fuse_write_flags()
/linux-6.15/Documentation/cdrom/
H A Dcdrom-standard.rst641 *O_SYNC* have no meaning to a CD-ROM.