Searched refs:MS_SYNC (Results 1 – 7 of 7) sorted by relevance
39 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()
30 #define MS_SYNC 4 /* synchronous memory sync */ macro
35 #define MS_SYNC 2 /* synchronous memory sync */ macro
57 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
70 #define MS_SYNC 0x0004 /* synchronous memory sync */ macro
28 #define MS_SYNC 1 /* synchronous memory sync */ macro
216 if (msync(outbuf, stat.st_size, MS_SYNC) != 0) in main()