Searched refs:huge_fault (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/filesystems/ |
H A D | locking.rst | 649 vm_fault_t (*huge_fault)(struct vm_fault *, unsigned int order); 663 huge_fault: maybe-read 678 ->huge_fault() is called when there is no PUD or PMD entry present. This 682 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 | 282 .huge_fault = dev_dax_huge_fault,
|
/linux/mm/ |
H A D | memory.c | 5754 if (vma->vm_ops->huge_fault) in create_huge_pmd() 5755 return vma->vm_ops->huge_fault(vmf, PMD_ORDER); in create_huge_pmd() 5777 if (vma->vm_ops->huge_fault) { in wp_huge_pmd() 5778 ret = vma->vm_ops->huge_fault(vmf, PMD_ORDER); in wp_huge_pmd() 5799 if (vma->vm_ops->huge_fault) in create_huge_pud() 5800 return vma->vm_ops->huge_fault(vmf, PUD_ORDER); in create_huge_pud() 5816 if (vma->vm_ops->huge_fault) { in wp_huge_pud() 5817 ret = vma->vm_ops->huge_fault(vmf, PUD_ORDER); in wp_huge_pud()
|
H A D | huge_memory.c | 187 if (((in_pf || smaps)) && vma->vm_ops->huge_fault) in __thp_vma_allowable_orders()
|
/linux/fs/erofs/ |
H A D | data.c | 428 .huge_fault = erofs_dax_huge_fault,
|
/linux/fs/ext4/ |
H A D | file.c | 787 .huge_fault = ext4_dax_huge_fault,
|
/linux/fs/xfs/ |
H A D | xfs_file.c | 1568 .huge_fault = xfs_filemap_huge_fault,
|
/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 1715 .huge_fault = vfio_pci_mmap_huge_fault,
|
/linux/include/linux/ |
H A D | mm.h | 629 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|