Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/arch/parisc/include/asm/
Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 /* HPUX only */ macro
/linux-2.6.39/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-2.6.39/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-2.6.39/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-2.6.39/arch/mips/loongson/common/
Dmem.c55 if (file->f_flags & O_DSYNC) in __uncached_access()
/linux-2.6.39/arch/mips/mm/
Dcache.c218 if (file->f_flags & O_DSYNC) in __uncached_access()
/linux-2.6.39/fs/
Dsync.c240 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.c917 flags |= O_DSYNC; in build_open_flags()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_file.c864 if ((file->f_flags & O_DSYNC) || IS_SYNC(inode)) { in xfs_file_aio_write()
922 if (file->f_flags & O_DSYNC) in xfs_file_fallocate()
Dxfs_ioctl.c628 if (filp->f_flags & O_DSYNC) in xfs_ioc_space()
/linux-2.6.39/arch/x86/mm/
Dpat.c514 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()
/linux-2.6.39/drivers/char/
Dmem.c247 if (file->f_flags & O_DSYNC) in uncached_access()
/linux-2.6.39/fs/nfs/
Dfile.c599 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-2.6.39/drivers/mtd/
Dmtdchar.c1101 if (file->f_flags & O_DSYNC || off >= __pa(high_memory)) in mtd_mmap()
/linux-2.6.39/sound/core/
Drawmidi.c1268 if (file->f_flags & O_DSYNC) { in snd_rawmidi_write()
/linux-2.6.39/fs/cifs/
Dfile.c81 if (flags & O_DSYNC) in cifs_posix_convert_flags()
/linux-2.6.39/fs/ocfs2/
Dfile.c2341 if (((file->f_flags & O_DSYNC) && !direct_io) || IS_SYNC(inode) || in ocfs2_file_aio_write()
/linux-2.6.39/drivers/usb/gadget/
Dfile_storage.c1289 curlun->filp->f_flags |= O_DSYNC; in do_write()