Searched refs:page_mkwrite (Results 1 – 25 of 26) sorted by relevance
12
| /linux/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/fs/ocfs2/ |
| H A D | mmap.c | 159 .page_mkwrite = ocfs2_page_mkwrite,
|
| /linux/fs/kernfs/ |
| H A D | file.c | 420 if (of->vm_ops->page_mkwrite) in kernfs_vma_page_mkwrite() 421 ret = of->vm_ops->page_mkwrite(vmf); in kernfs_vma_page_mkwrite() 453 .page_mkwrite = kernfs_vma_page_mkwrite,
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 554 with ->page_mkwrite. 597 vm_fault_t (*page_mkwrite)(struct vm_area_struct *, struct vm_fault *); 611 page_mkwrite: read can return with page locked 640 ->page_mkwrite() is called when a previously read-only pte is about to become 649 ->pfn_mkwrite() is the same as page_mkwrite but when the pte is
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_defio.c | 240 .page_mkwrite = fb_deferred_io_mkwrite,
|
| /linux/fs/ext4/ |
| H A D | file.c | 790 .page_mkwrite = ext4_dax_fault, 800 .page_mkwrite = ext4_page_mkwrite,
|
| /linux/fs/orangefs/ |
| H A D | file.c | 395 .page_mkwrite = orangefs_page_mkwrite,
|
| /linux/fs/afs/ |
| H A D | file.c | 68 .page_mkwrite = afs_page_mkwrite,
|
| /linux/fs/zonefs/ |
| H A D | file.c | 322 .page_mkwrite = zonefs_filemap_page_mkwrite,
|
| /linux/mm/ |
| H A D | memory.c | 3589 ret = vmf->vma->vm_ops->page_mkwrite(vmf); in do_page_mkwrite() 3617 bool page_mkwrite = vma->vm_ops && vma->vm_ops->page_mkwrite; in fault_dirty_shared_page() local 3630 if (!page_mkwrite) in fault_dirty_shared_page() 3642 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page() 3980 if (vma->vm_ops && vma->vm_ops->page_mkwrite) { in wp_page_shared() 5872 if (vma->vm_ops->page_mkwrite) { in do_shared_fault()
|
| H A D | vma.c | 2039 return vm_ops && (vm_ops->page_mkwrite || vm_ops->pfn_mkwrite); in vm_ops_needs_writenotify()
|
| H A D | filemap.c | 3975 .page_mkwrite = filemap_page_mkwrite,
|
| /linux/fs/nfs/ |
| H A D | file.c | 694 .page_mkwrite = nfs_vm_page_mkwrite,
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 633 vm_fault_t (*page_mkwrite)(struct vm_fault *vmf); member
|
| /linux/fs/fuse/ |
| H A D | dax.c | 819 .page_mkwrite = fuse_dax_page_mkwrite,
|
| H A D | file.c | 2365 .page_mkwrite = fuse_page_mkwrite,
|
| /linux/fs/ubifs/ |
| H A D | file.c | 1581 .page_mkwrite = ubifs_vm_page_mkwrite,
|
| /linux/fs/gfs2/ |
| H A D | file.c | 576 .page_mkwrite = gfs2_page_mkwrite,
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 268 .page_mkwrite = filemap_page_mkwrite,
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 1997 .page_mkwrite = xfs_filemap_page_mkwrite,
|
| /linux/fs/ |
| H A D | aio.c | 391 .page_mkwrite = filemap_page_mkwrite,
|
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 465 .page_mkwrite = sel_mmap_policy_fault,
|
| /linux/fs/ceph/ |
| H A D | addr.c | 2346 .page_mkwrite = ceph_page_mkwrite,
|
| /linux/include/linux/ |
| H A D | mm.h | 774 vm_fault_t (*page_mkwrite)(struct vm_fault *vmf); member
|
| /linux/fs/btrfs/ |
| H A D | file.c | 2038 .page_mkwrite = btrfs_page_mkwrite,
|
12