Home
last modified time | relevance | path

Searched refs:pfn_mkwrite (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/filesystems/
H A Dlocking.rst582 vm_fault_t (*pfn_mkwrite)(struct vm_area_struct *, struct vm_fault *);
596 pfn_mkwrite: read
633 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is
636 after this call is to make the pte read-write, unless pfn_mkwrite returns
/linux/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c737 .pfn_mkwrite = drm_gem_shmem_pfn_mkwrite,
/linux/fs/ext4/
H A Dfile.c868 .pfn_mkwrite = ext4_dax_fault,
/linux/tools/testing/vma/include/
H A Ddup.h690 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
/linux/fs/xfs/
H A Dxfs_file.c2131 .pfn_mkwrite = xfs_filemap_pfn_mkwrite,
/linux/mm/
H A Dmemory.c2460 return vma->vm_ops && vma->vm_ops->pfn_mkwrite && in vm_mixed_zeropage_allowed()
4181 if (vma->vm_ops && vma->vm_ops->pfn_mkwrite) { in wp_pfn_shared()
4190 ret = vma->vm_ops->pfn_mkwrite(vmf); in wp_pfn_shared()
H A Dvma.c2163 return vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite); in vm_ops_needs_writenotify()
/linux/include/linux/
H A Dmm.h856 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
/linux/kernel/events/
H A Dcore.c7153 .pfn_mkwrite = perf_mmap_pfn_mkwrite,