Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmsync.c39 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in SYSCALL_DEFINE3()
43 if ((flags & MS_ASYNC) && (flags & MS_SYNC)) in SYSCALL_DEFINE3()
85 if ((flags & MS_SYNC) && file && in SYSCALL_DEFINE3()
/linux-4.1.27/include/uapi/asm-generic/
Dmman-common.h30 #define MS_SYNC 4 /* synchronous memory sync */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dmman.h35 #define MS_SYNC 2 /* synchronous memory sync */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dmman.h57 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dmman.h70 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dmman.h28 #define MS_SYNC 1 /* synchronous memory sync */ macro
/linux-4.1.27/arch/arm/vdso/
Dvdsomunge.c216 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()