Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h78 #ifndef O_SYNC
80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h32 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h35 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/linux-4.1.27/fs/coda/
Dfile.c145 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/linux-4.1.27/arch/um/os-Linux/
Dfile.c185 f |= O_SYNC; in os_open_file()
/linux-4.1.27/arch/arm64/mm/
Dmmu.c57 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c193 if (flags & O_SYNC) in mds_pack_open_flags()
/linux-4.1.27/Documentation/filesystems/
Dbtrfs.txt169 Enable/disable the tree logging used for fsync and O_SYNC writes.
Dext2.txt293 per-file if you have the program source: use the O_SYNC flag to open()
/linux-4.1.27/fs/9p/
Dvfs_inode_dotl.c196 { O_SYNC, P9_DOTL_SYNC}, in v9fs_mapped_dotl_flags()
/linux-4.1.27/arch/arm/mm/
Dmmu.c664 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c766 if ((flags & O_SYNC) == O_SYNC) in syscall_arg__scnprintf_open_flags()
/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.c788 curlun->filp->f_flags &= ~O_SYNC; /* Default is not to wait */ in do_write()
812 curlun->filp->f_flags |= O_SYNC; in do_write()
/linux-4.1.27/fs/ceph/
Dfile.c1050 ((file->f_flags & O_SYNC) || IS_SYNC(file->f_mapping->host) || in ceph_write_iter()
/linux-4.1.27/fs/ocfs2/
Dfile.c1960 if (file && (file->f_flags & O_SYNC)) in __ocfs2_change_file_space()
/linux-4.1.27/fs/ext4/
Dextents.c4875 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()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1087 io->u.ci_wr.wr_sync = file->f_flags & O_SYNC || in ll_io_init()
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex666 $O_SYNC$ have no meaning to a \cdrom.