Searched refs:huge_fault (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 644 vm_fault_t (*huge_fault)(struct vm_fault *, unsigned int order); 658 huge_fault: maybe-read 673 ->huge_fault() is called when there is no PUD or PMD entry present. This 677 filesystems should not call filemap_fault() from ->huge_fault().
|
D | porting.rst | 946 Calling convention for ->huge_fault has changed. It now takes a page
|
/linux-6.12.1/tools/testing/vma/ |
D | vma_internal.h | 310 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|
/linux-6.12.1/drivers/dax/ |
D | device.c | 282 .huge_fault = dev_dax_huge_fault,
|
/linux-6.12.1/fs/erofs/ |
D | data.c | 457 .huge_fault = erofs_dax_huge_fault,
|
/linux-6.12.1/mm/ |
D | memory.c | 5642 if (vma->vm_ops->huge_fault) in create_huge_pmd() 5643 return vma->vm_ops->huge_fault(vmf, PMD_ORDER); in create_huge_pmd() 5665 if (vma->vm_ops->huge_fault) { in wp_huge_pmd() 5666 ret = vma->vm_ops->huge_fault(vmf, PMD_ORDER); in wp_huge_pmd() 5687 if (vma->vm_ops->huge_fault) in create_huge_pud() 5688 return vma->vm_ops->huge_fault(vmf, PUD_ORDER); in create_huge_pud() 5704 if (vma->vm_ops->huge_fault) { in wp_huge_pud() 5705 ret = vma->vm_ops->huge_fault(vmf, PUD_ORDER); in wp_huge_pud()
|
D | huge_memory.c | 173 if (((in_pf || smaps)) && vma->vm_ops->huge_fault) in __thp_vma_allowable_orders()
|
/linux-6.12.1/fs/ext4/ |
D | file.c | 768 .huge_fault = ext4_dax_huge_fault,
|
/linux-6.12.1/fs/fuse/ |
D | dax.c | 852 .huge_fault = fuse_dax_huge_fault,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_file.c | 1550 .huge_fault = xfs_filemap_huge_fault,
|
/linux-6.12.1/drivers/vfio/pci/ |
D | vfio_pci_core.c | 1718 .huge_fault = vfio_pci_mmap_huge_fault,
|
/linux-6.12.1/include/linux/ |
D | mm.h | 616 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|