Lines Matching defs:dirty

883 	[MF_MSG_DIRTY_SWAPCACHE]	= "dirty swapcache page",
885 [MF_MSG_DIRTY_MLOCKED_LRU] = "dirty mlocked LRU page",
887 [MF_MSG_DIRTY_UNEVICTABLE_LRU] = "dirty unevictable LRU page",
889 [MF_MSG_DIRTY_LRU] = "dirty LRU page",
947 * This fails on dirty or anything with private pages
1084 * wrong with its dirty file data.
1121 * Clean and dirty swap cache.
1129 * - clear dirty bit to prevent IO
1230 #define dirty (1UL << PG_dirty)
1255 { sc|dirty, sc|dirty, MF_MSG_DIRTY_SWAPCACHE, me_swapcache_dirty },
1256 { sc|dirty, sc, MF_MSG_CLEAN_SWAPCACHE, me_swapcache_clean },
1258 { mlock|dirty, mlock|dirty, MF_MSG_DIRTY_MLOCKED_LRU, me_pagecache_dirty },
1259 { mlock|dirty, mlock, MF_MSG_CLEAN_MLOCKED_LRU, me_pagecache_clean },
1261 { unevict|dirty, unevict|dirty, MF_MSG_DIRTY_UNEVICTABLE_LRU, me_pagecache_dirty },
1262 { unevict|dirty, unevict, MF_MSG_CLEAN_UNEVICTABLE_LRU, me_pagecache_clean },
1264 { lru|dirty, lru|dirty, MF_MSG_DIRTY_LRU, me_pagecache_dirty },
1265 { lru|dirty, lru, MF_MSG_CLEAN_LRU, me_pagecache_clean },
1273 #undef dirty
1547 * the pages and send SIGBUS to the processes if the data was dirty.
1582 * Propagate the dirty bit from PTEs to struct page first, because we
1584 * XXX: the dirty test could be racy: set_page_dirty() may not always
1601 * mapped in dirty form. This has to be done before try_to_unmap,
1637 * Now that the dirty bit has been propagated to the
1640 * was dirty or the process is not restartable,
2640 * If the page is a non-dirty unmapped page-cache page, it simply invalidates.
2677 * non dirty unmapped page cache pages.