Searched refs:even_cows (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mm.h | 2285 bool even_cows; /* Zap COWed private pages too? */ member 2384 pgoff_t start, pgoff_t nr, bool even_cows); 2386 loff_t const holebegin, loff_t const holelen, int even_cows); 2404 pgoff_t start, pgoff_t nr, bool even_cows) { } in unmap_mapping_pages() argument 2406 loff_t const holebegin, loff_t const holelen, int even_cows) { } in unmap_mapping_range() argument
|
/openbmc/linux/mm/ |
H A D | memory.c | 1349 return details->even_cows; in should_zap_cows() 1724 .even_cows = true, in unmap_vmas() 3525 details.even_cows = false; in unmap_mapping_folio() 3541 * @even_cows: Whether to unmap even private COWed pages. 3549 pgoff_t nr, bool even_cows) in unmap_mapping_pages() 3555 details.even_cows = even_cows; in unmap_mapping_pages() 3581 * @even_cows: 1 when truncating a file, unmap even private COWed pages; 3585 loff_t const holebegin, loff_t const holelen, int even_cows) in unmap_mapping_range() 3598 unmap_mapping_pages(mapping, hba, hlen, even_cows); 3547 unmap_mapping_pages(struct address_space * mapping,pgoff_t start,pgoff_t nr,bool even_cows) unmap_mapping_pages() argument 3583 unmap_mapping_range(struct address_space * mapping,loff_t const holebegin,loff_t const holelen,int even_cows) unmap_mapping_range() argument [all...] |