Searched refs:MS_INVALIDATE (Results 1 – 10 of 10) sorted by relevance
42 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in SYSCALL_DEFINE3()82 if ((flags & MS_INVALIDATE) && in SYSCALL_DEFINE3()
42 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
66 #define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */ macro
37 #define MS_INVALIDATE 4 /* invalidate the caches */ macro
57 #define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */ macro
32 #define MS_INVALIDATE 4 /* invalidate the caches */ macro
7612 ((arg & TARGET_MS_INVALIDATE) ? MS_INVALIDATE : 0) | in target_to_host_msync_arg()