Home
last modified time | relevance | path

Searched refs:MS_ASYNC (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmsync.c22 * MS_ASYNC does not start I/O (it used to, up to 2.5.67).
30 * So by _not_ starting I/O in MS_ASYNC we provide complete flexibility to
43 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in SYSCALL_DEFINE3()
47 if ((flags & MS_ASYNC) && (flags & MS_SYNC)) in SYSCALL_DEFINE3()
60 * flag is MS_ASYNC (w/o MS_INVALIDATE) the result would be -ENOMEM in SYSCALL_DEFINE3()
75 if (flags == MS_ASYNC) in SYSCALL_DEFINE3()
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h41 #define MS_ASYNC 1 /* sync memory asynchronously */ macro