Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC)
13 #define O_DSYNC 001000000 /* HPUX only */ macro
/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)
/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)
/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)
/arch/mips/loongson/common/
Dmem.c55 if (file->f_flags & O_DSYNC) in __uncached_access()
/arch/mips/mm/
Dcache.c223 if (file->f_flags & O_DSYNC) in __uncached_access()
/arch/x86/mm/
Dpat.c514 if (file->f_flags & O_DSYNC) in phys_mem_access_prot_allowed()