Searched refs:pfn_mkwrite (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_gem.c | 136 .pfn_mkwrite = vmw_bo_vm_mkwrite,
|
| /linux-6.15/fs/ext2/ |
| H A D | file.c | 122 .pfn_mkwrite = ext2_dax_fault,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 652 vm_fault_t (*pfn_mkwrite)(struct vm_area_struct *, struct vm_fault *); 666 pfn_mkwrite: read 703 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is 706 after this call is to make the pte read-write, unless pfn_mkwrite returns
|
| H A D | dax.rst | 224 include handlers for fault, pmd_fault, page_mkwrite, pfn_mkwrite. These
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 367 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
|
| /linux-6.15/fs/ext4/ |
| H A D | file.c | 790 .pfn_mkwrite = ext4_dax_fault,
|
| /linux-6.15/fs/fuse/ |
| H A D | dax.c | 821 .pfn_mkwrite = fuse_dax_pfn_mkwrite,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.c | 1843 .pfn_mkwrite = xfs_filemap_pfn_mkwrite,
|
| /linux-6.15/mm/ |
| H A D | memory.c | 2104 return vma->vm_ops && vma->vm_ops->pfn_mkwrite && in vm_mixed_zeropage_allowed() 3652 if (vma->vm_ops && vma->vm_ops->pfn_mkwrite) { in wp_pfn_shared() 3661 ret = vma->vm_ops->pfn_mkwrite(vmf); in wp_pfn_shared()
|
| H A D | vma.c | 1953 return vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite); in vm_ops_needs_writenotify()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 613 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 6766 .pfn_mkwrite = perf_mmap_pfn_mkwrite,
|