Searched refs:huge_fault (Results 1 – 9 of 9) 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/fs/erofs/ |
H A D | data.c | 432 .huge_fault = erofs_dax_huge_fault,
|
/linux/mm/ |
H A D | memory.c | 5918 if (vma->vm_ops->huge_fault) in create_huge_pmd() 5919 return vma->vm_ops->huge_fault(vmf, PMD_ORDER); in create_huge_pmd() 5941 if (vma->vm_ops->huge_fault) { in wp_huge_pmd() 5942 ret = vma->vm_ops->huge_fault(vmf, PMD_ORDER); in wp_huge_pmd() 5963 if (vma->vm_ops->huge_fault) in create_huge_pud() 5964 return vma->vm_ops->huge_fault(vmf, PUD_ORDER); in create_huge_pud() 5980 if (vma->vm_ops->huge_fault) { in wp_huge_pud() 5981 ret = vma->vm_ops->huge_fault(vmf, PUD_ORDER); in wp_huge_pud()
|
H A D | huge_memory.c | 183 * Trust that ->huge_fault() handlers know what they are doing in __thp_vma_allowable_orders() 186 if (((in_pf || smaps)) && vma->vm_ops->huge_fault) in __thp_vma_allowable_orders()
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 423 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|
/linux/fs/xfs/ |
H A D | xfs_file.c | 1912 .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 | 604 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|