Searched refs:even_cows (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | mm.h | 3289 pgoff_t start, pgoff_t nr, bool even_cows); 3291 loff_t const holebegin, loff_t const holelen, int even_cows); 3309 pgoff_t start, pgoff_t nr, bool even_cows) { } in unmap_mapping_pages() argument 3311 loff_t const holebegin, loff_t const holelen, int even_cows) { } in unmap_mapping_range() argument
|
| /linux/mm/ |
| H A D | memory.c | 4544 pgoff_t nr, bool even_cows) in unmap_mapping_pages() argument 4550 details.skip_cows = !even_cows; in unmap_mapping_pages() 4580 loff_t const holebegin, loff_t const holelen, int even_cows) in unmap_mapping_range() argument 4593 unmap_mapping_pages(mapping, hba, hlen, even_cows); in unmap_mapping_range()
|