Searched refs:huge_fault (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 599 vm_fault_t (*huge_fault)(struct vm_fault *, unsigned int order); 613 huge_fault: maybe-read 628 ->huge_fault() is called when there is no PUD or PMD entry present. This 632 filesystems should not call filemap_fault() from ->huge_fault().
|
| H A D | porting.rst | 946 Calling convention for ->huge_fault has changed. It now takes a page
|
| /linux/drivers/dax/ |
| H A D | device.c | 283 .huge_fault = dev_dax_huge_fault,
|
| /linux/fs/erofs/ |
| H A D | data.c | 432 .huge_fault = erofs_dax_huge_fault,
|
| /linux/mm/ |
| H A D | memory.c | 6061 if (vma->vm_ops->huge_fault) in create_huge_pmd() 6062 return vma->vm_ops->huge_fault(vmf, PMD_ORDER); in create_huge_pmd() 6084 if (vma->vm_ops->huge_fault) { in wp_huge_pmd() 6085 ret = vma->vm_ops->huge_fault(vmf, PMD_ORDER); in wp_huge_pmd() 6106 if (vma->vm_ops->huge_fault) in create_huge_pud() 6107 return vma->vm_ops->huge_fault(vmf, PUD_ORDER); in create_huge_pud() 6123 if (vma->vm_ops->huge_fault) { in wp_huge_pud() 6124 ret = vma->vm_ops->huge_fault(vmf, PUD_ORDER); in wp_huge_pud()
|
| H A D | huge_memory.c | 186 if (((in_pf || smaps)) && vma->vm_ops->huge_fault) in __thp_vma_allowable_orders()
|
| /linux/fs/ext4/ |
| H A D | file.c | 793 .huge_fault = ext4_dax_huge_fault,
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 434 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|
| /linux/fs/fuse/ |
| H A D | dax.c | 818 .huge_fault = fuse_dax_huge_fault,
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 1905 .huge_fault = xfs_filemap_huge_fault,
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 1704 .huge_fault = vfio_pci_mmap_huge_fault,
|
| /linux/include/linux/ |
| H A D | mm.h | 631 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|