Searched refs:pfn_mkwrite (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_ttm_glue.c | 59 .pfn_mkwrite = vmw_bo_vm_mkwrite, in vmw_mmap()
|
/linux/fs/ext2/ |
A D | file.c | 120 .pfn_mkwrite = ext2_dax_fault,
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 638 vm_fault_t (*pfn_mkwrite)(struct vm_area_struct *, struct vm_fault *); 651 pfn_mkwrite: yes 681 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is 684 after this call is to make the pte read-write, unless pfn_mkwrite returns
|
A D | dax.rst | 209 include handlers for fault, pmd_fault, page_mkwrite, pfn_mkwrite. These
|
/linux/fs/ext4/ |
A D | file.c | 754 .pfn_mkwrite = ext4_dax_fault,
|
/linux/fs/xfs/ |
A D | xfs_file.c | 1424 .pfn_mkwrite = xfs_filemap_pfn_mkwrite,
|
/linux/fs/fuse/ |
A D | dax.c | 856 .pfn_mkwrite = fuse_dax_pfn_mkwrite,
|
/linux/mm/ |
A D | memory.c | 3163 if (vma->vm_ops && vma->vm_ops->pfn_mkwrite) { in wp_pfn_shared() 3168 ret = vma->vm_ops->pfn_mkwrite(vmf); in wp_pfn_shared()
|
A D | mmap.c | 1677 if (vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite)) in vma_wants_writenotify()
|
/linux/include/linux/ |
A D | mm.h | 603 vm_fault_t (*pfn_mkwrite)(struct vm_fault *vmf); member
|
Completed in 33 milliseconds