Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dfile.c42 .pfn_mkwrite = dax_pfn_mkwrite,
/linux-4.1.27/Documentation/filesystems/
DLocking526 int (*pfn_mkwrite)(struct vm_area_struct *, struct vm_fault *);
536 pfn_mkwrite: yes
563 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is
566 after this call is to make the pte read-write, unless pfn_mkwrite returns
/linux-4.1.27/fs/ext4/
Dfile.c221 .pfn_mkwrite = dax_pfn_mkwrite,
/linux-4.1.27/mm/
Dmemory.c2192 if (vma->vm_ops && vma->vm_ops->pfn_mkwrite) { in wp_pfn_shared()
2202 ret = vma->vm_ops->pfn_mkwrite(vma, &vmf); in wp_pfn_shared()
/linux-4.1.27/include/linux/
Dmm.h255 int (*pfn_mkwrite)(struct vm_area_struct *vma, struct vm_fault *vmf); member