Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dfile.c126 .pfn_mkwrite = ext2_dax_pfn_mkwrite,
/linux-4.4.14/Documentation/filesystems/
DLocking527 int (*pfn_mkwrite)(struct vm_area_struct *, struct vm_fault *);
537 pfn_mkwrite: yes
564 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is
567 after this call is to make the pte read-write, unless pfn_mkwrite returns
/linux-4.4.14/fs/ext4/
Dfile.c327 .pfn_mkwrite = ext4_dax_pfn_mkwrite,
/linux-4.4.14/fs/xfs/
Dxfs_file.c1642 .pfn_mkwrite = xfs_filemap_pfn_mkwrite,
/linux-4.4.14/mm/
Dmemory.c2234 if (vma->vm_ops && vma->vm_ops->pfn_mkwrite) { in wp_pfn_shared()
2244 ret = vma->vm_ops->pfn_mkwrite(vma, &vmf); in wp_pfn_shared()
Dmmap.c1503 if (vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite)) in vma_wants_writenotify()
/linux-4.4.14/include/linux/
Dmm.h266 int (*pfn_mkwrite)(struct vm_area_struct *vma, struct vm_fault *vmf); member