/linux-2.4.37.9/include/asm-s390/ |
D | mman.h | 30 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | mman.h | 30 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | mman.h | 22 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | mman.h | 33 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | mman.h | 22 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | mman.h | 24 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | mman.h | 22 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | mman.h | 22 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | mman.h | 23 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | mman.h | 29 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | mman.h | 23 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | mman.h | 32 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | mman.h | 50 #define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | mman.h | 48 #define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | mman.h | 29 #define MS_INVALIDATE 4 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | mman.h | 28 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | mman.h | 28 #define MS_INVALIDATE 2 /* invalidate the caches */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | mman.h | 23 #define MS_INVALIDATE 4 /* invalidate the caches */ macro
|
/linux-2.4.37.9/mm/ |
D | filemap.c | 2045 filemap_sync(vma, end - window, window, MS_INVALIDATE); in nopage_sequential_readahead() 2352 if ( (flags & MS_INVALIDATE) && (vma->vm_flags & VM_LOCKED) ) in msync_interval() 2394 if (flags & ~(MS_ASYNC | MS_INVALIDATE | MS_SYNC)) in sys_msync()
|