Searched refs:MS_INVALIDATE (Results 1 – 5 of 5) sorted by relevance
58 #undef MS_INVALIDATE59 #define MS_INVALIDATE 4 macro
66 #undef MS_INVALIDATE67 #define MS_INVALIDATE 4 /* Invalidate the caches */ macro
47 if (flags & MS_INVALIDATE) in msync()
68 #define MS_INVALIDATE 2 /* Invalidate the caches. */ macro
33 boolean_t should_flush = flags & MS_INVALIDATE ? 1 : 0; in msync()
Completed in 21 milliseconds