Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h79 #ifndef O_SYNC
81 #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/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/fs/xfs/
H A Dxfs_exchrange.c509 if (((fxr->file1->f_flags | fxr->file2->f_flags) & O_SYNC) || in xfs_exchange_range_prep()
/linux/fs/9p/
H A Dvfs_inode_dotl.c182 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
/linux/arch/arm64/mm/
H A Dmmu.c104 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux/arch/arm/mm/
H A Dmmu.c718 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux/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/Documentation/filesystems/
H A Dext2.rst300 - per-file if you have the program source: use the O_SYNC flag to open()
/linux/fs/smb/server/
H A Dvfs.c976 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
/linux/fs/ocfs2/
H A Dfile.c2064 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
/linux/fs/ext4/
H A Dextents.c4717 if (file->f_flags & O_SYNC) in ext4_zero_range()
4821 if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) { in ext4_fallocate()
/linux/fs/fuse/
H A Dfile.c1079 flags |= O_SYNC; in fuse_write_flags()