Searched refs:MS_ASYNC (Results 1 - 7 of 7) sorted by relevance

/linux-master/mm/
H A Dmsync.c21 * MS_ASYNC does not start I/O (it used to, up to 2.5.67).
29 * So by _not_ starting I/O in MS_ASYNC we provide complete flexibility to
42 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC))
46 if ((flags & MS_ASYNC) && (flags & MS_SYNC))
59 * flag is MS_ASYNC (w/o MS_INVALIDATE) the result would be -ENOMEM
74 if (flags == MS_ASYNC)
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h41 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h41 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h35 #define MS_ASYNC 1 /* sync memory asynchronously */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h65 #define MS_ASYNC 0x0001 /* sync memory asynchronously */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h31 #define MS_ASYNC 2 /* sync memory asynchronously */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h56 #define MS_ASYNC 0x0001 /* sync memory asynchronously */ macro

Completed in 130 milliseconds