Home
last modified time | relevance | path

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

/arch/parisc/include/uapi/asm/
Dfcntl.h11 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/arch/alpha/include/uapi/asm/
Dfcntl.h33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/arch/sparc/include/uapi/asm/
Dfcntl.h36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/arch/mips/include/uapi/asm/
Dfcntl.h37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/arch/csky/mm/
Dioremap.c65 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
/arch/um/os-Linux/
Dfile.c189 f |= O_SYNC; in os_open_file()
/arch/arm64/mm/
Dmmu.c84 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()
/arch/arm/mm/
Dmmu.c731 else if (file->f_flags & O_SYNC) in phys_mem_access_prot()