Lines Matching defs:is_cow
1516 bool is_cow;
1531 is_cow = is_cow_mapping(src_vma->vm_flags);
1533 if (is_cow) {
1562 if (is_cow) {
3004 static int get_remap_pgoff(bool is_cow, unsigned long addr,
3014 if (is_cow) {
3158 const bool is_cow = vma_desc_is_cow_mapping(desc);
3164 err = get_remap_pgoff(is_cow, start, end, desc->start, desc->end, pfn,
3178 const bool is_cow = is_cow_mapping(vma->vm_flags);
3181 err = get_remap_pgoff(is_cow, addr, end, vma->vm_start, vma->vm_end,
5672 bool is_cow = (vmf->flags & FAULT_FLAG_WRITE) &&
5682 if (is_cow)
5774 type = is_cow ? MM_ANONPAGES : mm_counter_file(folio);