Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 22 of 22) sorted by relevance

/linux-3.3/include/asm-generic/
Dfcntl.h40 #ifndef O_DSYNC
41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */ macro
80 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-3.3/arch/parisc/include/asm/
Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 /* HPUX only */ macro
/linux-3.3/arch/alpha/include/asm/
Dfcntl.h11 #define O_DSYNC 040000 /* used to be O_SYNC, see below */ macro
32 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-3.3/arch/sparc/include/asm/
Dfcntl.h9 #define O_DSYNC 0x2000 /* used to be O_SYNC, see below */ macro
35 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-3.3/arch/mips/include/asm/
Dfcntl.h13 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */ macro
35 #define O_SYNC (__O_SYNC|O_DSYNC)
/linux-3.3/arch/mips/loongson/common/
Dmem.c55 if (file->f_flags & O_DSYNC) in __uncached_access()
/linux-3.3/arch/mips/mm/
Dcache.c223 if (file->f_flags & O_DSYNC) in __uncached_access()
/linux-3.3/fs/
Dsync.c220 if (!(file->f_flags & O_DSYNC) && !IS_SYNC(file->f_mapping->host)) in generic_write_sync()
Dfcntl.c842 __O_SYNC | O_DSYNC | FASYNC | in fcntl_init()
Dopen.c899 flags |= O_DSYNC; in build_open_flags()
/linux-3.3/arch/x86/mm/
Dpat.c514 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/linux-3.3/drivers/char/
Dmem.c248 if (file->f_flags & O_DSYNC) in uncached_access()
/linux-3.3/fs/xfs/
Dxfs_file.c938 if (file->f_flags & O_DSYNC) in xfs_file_fallocate()
Dxfs_ioctl.c628 if (filp->f_flags & O_DSYNC) in xfs_ioc_space()
/linux-3.3/fs/nfs/
Dfile.c558 if (IS_SYNC(inode) || (filp->f_flags & O_DSYNC)) in nfs_need_sync_write()
Dwrite.c757 !(file->f_flags & O_DSYNC)) { in nfs_updatepage()
/linux-3.3/fs/9p/
Dvfs_inode_dotl.c210 { O_DSYNC, P9_DOTL_DSYNC }, in v9fs_mapped_dotl_flags()
/linux-3.3/drivers/mtd/
Dmtdchar.c1145 if (file->f_flags & O_DSYNC || off >= __pa(high_memory)) in mtdchar_mmap()
/linux-3.3/sound/core/
Drawmidi.c1253 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
/linux-3.3/fs/ocfs2/
Dfile.c2390 if (((file->f_flags & O_DSYNC) && !direct_io) || IS_SYNC(inode) || in ocfs2_file_aio_write()
/linux-3.3/drivers/usb/gadget/
Dfile_storage.c1314 curlun->filp->f_flags |= O_DSYNC; in do_write()
/linux-3.3/fs/cifs/
Dfile.c82 if (flags & O_DSYNC) in cifs_posix_convert_flags()