Lines Matching defs:write
1134 * written by write(2) is visible in mmap.
1205 * This function performs read and write operations to directly mapped
1206 * persistent memory. The callers needs to take care of read/write exclusion
1251 * flushed on write-faults (non-cow), but not read-faults.
1273 bool write = vmf->flags & FAULT_FLAG_WRITE;
1290 if (write && !vmf->cow_page)
1369 0, write && !sync);
1387 if (write)
1395 if (!write) {
1489 bool write = vmf->flags & FAULT_FLAG_WRITE;
1491 unsigned int iomap_flags = (write ? IOMAP_WRITE : 0) | IOMAP_FAULT;
1522 if (write && !(vma->vm_flags & VM_SHARED))
1587 DAX_PMD, write && !sync);
1604 result = vmf_insert_pfn_pmd(vmf, pfn, write);
1608 if (WARN_ON_ONCE(write))