| /linux-6.15/Documentation/fb/ |
| H A D | deferred_io.rst | 11 - deferred IO and driver sets up fault and page_mkwrite handlers 15 - we get page_mkwrite where we add this page to a list 58 The delay is the minimum delay between when the page_mkwrite trigger occurs
|
| /linux-6.15/fs/nilfs2/ |
| H A D | file.c | 125 .page_mkwrite = nilfs_page_mkwrite,
|
| /linux-6.15/fs/ocfs2/ |
| H A D | mmap.c | 159 .page_mkwrite = ocfs2_page_mkwrite,
|
| /linux-6.15/fs/kernfs/ |
| H A D | file.c | 402 if (of->vm_ops->page_mkwrite) in kernfs_vma_page_mkwrite() 403 ret = of->vm_ops->page_mkwrite(vmf); in kernfs_vma_page_mkwrite() 435 .page_mkwrite = kernfs_vma_page_mkwrite,
|
| /linux-6.15/fs/udf/ |
| H A D | file.c | 85 .page_mkwrite = udf_page_mkwrite,
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_gem.c | 137 .page_mkwrite = vmw_bo_vm_mkwrite,
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fb_defio.c | 239 .page_mkwrite = fb_deferred_io_mkwrite,
|
| /linux-6.15/fs/ext2/ |
| H A D | file.c | 121 .page_mkwrite = ext2_dax_fault,
|
| /linux-6.15/fs/ext4/ |
| H A D | file.c | 789 .page_mkwrite = ext4_dax_fault, 799 .page_mkwrite = ext4_page_mkwrite,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 608 with ->page_mkwrite. 651 vm_fault_t (*page_mkwrite)(struct vm_area_struct *, struct vm_fault *); 665 page_mkwrite: read can return with page locked 694 ->page_mkwrite() is called when a previously read-only pte is about to become 703 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is
|
| H A D | dax.rst | 224 include handlers for fault, pmd_fault, page_mkwrite, pfn_mkwrite. These
|
| /linux-6.15/fs/orangefs/ |
| H A D | file.c | 395 .page_mkwrite = orangefs_page_mkwrite,
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_file.c | 509 .page_mkwrite = v9fs_vm_page_mkwrite,
|
| /linux-6.15/fs/afs/ |
| H A D | file.c | 68 .page_mkwrite = afs_page_mkwrite,
|
| /linux-6.15/fs/exfat/ |
| H A D | file.c | 683 .page_mkwrite = exfat_page_mkwrite,
|
| /linux-6.15/fs/zonefs/ |
| H A D | file.c | 312 .page_mkwrite = zonefs_filemap_page_mkwrite,
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 364 vm_fault_t (*page_mkwrite)(struct vm_fault *vmf); member
|
| /linux-6.15/mm/ |
| H A D | memory.c | 3287 ret = vmf->vma->vm_ops->page_mkwrite(vmf); in do_page_mkwrite() 3315 bool page_mkwrite = vma->vm_ops && vma->vm_ops->page_mkwrite; in fault_dirty_shared_page() local 3328 if (!page_mkwrite) in fault_dirty_shared_page() 3340 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page() 3678 if (vma->vm_ops && vma->vm_ops->page_mkwrite) { in wp_page_shared() 5592 if (vma->vm_ops->page_mkwrite) { in do_shared_fault()
|
| /linux-6.15/fs/nfs/ |
| H A D | file.c | 642 .page_mkwrite = nfs_vm_page_mkwrite,
|
| /linux-6.15/fs/fuse/ |
| H A D | dax.c | 820 .page_mkwrite = fuse_dax_page_mkwrite,
|
| /linux-6.15/fs/ubifs/ |
| H A D | file.c | 1579 .page_mkwrite = ubifs_vm_page_mkwrite,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.c | 1842 .page_mkwrite = xfs_filemap_page_mkwrite,
|
| /linux-6.15/fs/gfs2/ |
| H A D | file.c | 576 .page_mkwrite = gfs2_page_mkwrite,
|
| /linux-6.15/fs/ |
| H A D | aio.c | 391 .page_mkwrite = filemap_page_mkwrite,
|
| /linux-6.15/security/selinux/ |
| H A D | selinuxfs.c | 465 .page_mkwrite = sel_mmap_policy_fault,
|