Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dlocking.rst598 vm_fault_t (*pfn_mkwrite)(struct vm_area_struct *, struct vm_fault *);
612 pfn_mkwrite: read
649 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is
652 after this call is to make the pte read-write, unless pfn_mkwrite returns
/linux/fs/ext4/
H A Dfile.c791 .pfn_mkwrite = ext4_dax_fault,
/linux/tools/testing/vma/include/
H A Ddup.h636 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
/linux/fs/fuse/
H A Ddax.c820 .pfn_mkwrite = fuse_dax_pfn_mkwrite,
/linux/fs/xfs/
H A Dxfs_file.c1998 .pfn_mkwrite = xfs_filemap_pfn_mkwrite,
/linux/mm/
H A Dmemory.c2319 return vma->vm_ops && vma->vm_ops->pfn_mkwrite && in vm_mixed_zeropage_allowed()
3954 if (vma->vm_ops && vma->vm_ops->pfn_mkwrite) { in wp_pfn_shared()
3963 ret = vma->vm_ops->pfn_mkwrite(vmf); in wp_pfn_shared()
H A Dvma.c2039 return vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite); in vm_ops_needs_writenotify()
/linux/include/linux/
H A Dmm.h777 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
/linux/kernel/events/
H A Dcore.c7151 .pfn_mkwrite = perf_mmap_pfn_mkwrite,