Searched refs:O_SYNC (Results 1 – 21 of 21) sorted by relevance
79 #ifndef O_SYNC81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
223 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
192 f |= O_SYNC; in os_open_file()
185 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
737 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write()764 curlun->filp->f_flags |= O_SYNC; in do_write()
694 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
90 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
996 filp->f_flags |= O_SYNC; in ksmbd_vfs_set_fadvise()
302 - per-file if you have the program source: use the O_SYNC flag to open()
216 if (f_flags & O_SYNC) in cifs_nt_open()780 if (cfile->f_flags & O_SYNC) in cifs_reopen_file()
2051 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
4653 if (file->f_flags & O_SYNC) in ext4_zero_range()4757 if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) { in ext4_fallocate()
1061 flags |= O_SYNC; in fuse_write_flags()
641 *O_SYNC* have no meaning to a CD-ROM.