Searched refs:O_SYNC (Results 1 – 20 of 20) sorted by relevance
78 #ifndef O_SYNC80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
32 #define O_SYNC (__O_SYNC|O_DSYNC) macro
35 #define O_SYNC (__O_SYNC|O_DSYNC) macro
36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
145 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
185 f |= O_SYNC; in os_open_file()
57 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
193 if (flags & O_SYNC) in mds_pack_open_flags()
169 Enable/disable the tree logging used for fsync and O_SYNC writes.
293 per-file if you have the program source: use the O_SYNC flag to open()
196 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
664 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
766 if ((flags & O_SYNC) == O_SYNC) in syscall_arg__scnprintf_open_flags()
788 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write()812 curlun->filp->f_flags |= O_SYNC; in do_write()
1050 ((file->f_flags & O_SYNC) || IS_SYNC(file->f_mapping->host) || in ceph_write_iter()
1960 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
4875 if (file->f_flags & O_SYNC) in ext4_zero_range()4976 if (file->f_flags & O_SYNC && EXT4_SB(inode->i_sb)->s_journal) { in ext4_fallocate()
1087 io->u.ci_wr.wr_sync = file->f_flags & O_SYNC || in ll_io_init()
666 $O_SYNC$ have no meaning to a \cdrom.