Lines Matching defs:dirty
563 * the tree, and PTE writes will simply dirty the entire PMD entry.
852 * MAP_SYNC on a dax mapping guarantees dirty metadata is
866 * already in the tree, we will skip the insertion and just dirty the PMD as
876 bool dirty = write && !dax_fault_is_synchronous(iter, vmf->vma);
879 if (dirty)
906 * tree and dirty it if necessary.
916 if (dirty)
934 * A page got tagged dirty in DAX mapping? Something is seriously
1001 * After we have flushed the cache, we can clear the dirty tag. There
1002 * cannot be new dirty data in the pfn after the flush has completed as
1459 * may have been mmapped with dirty mark before. To be able to
1460 * invalidate its dax entries, we need to clear the dirty mark
1926 * for an mmaped DAX file. It also marks the page cache entry as dirty.