Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/asm-generic/
Dmman-common.h35 #define MS_SYNC 4 /* synchronous memory sync */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h28 #define MS_SYNC 1 /* synchronous memory sync */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h35 #define MS_SYNC 2 /* synchronous memory sync */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h57 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h70 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c237 if (msync(dbg_vdso, dbg_vdso_size, MS_SYNC) != 0) { in main()
241 } else if (msync(vdso, vdso_size, MS_SYNC) != 0) { in main()
/linux-4.4.14/arch/arm/vdso/
Dvdsomunge.c216 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()