Searched refs:pmd_fault (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ext2/ |
D | file.c | 124 .pmd_fault = ext2_dax_pmd_fault,
|
/linux-4.4.14/Documentation/filesystems/ |
D | dax.txt | 64 include handlers for fault, pmd_fault and page_mkwrite (which should
|
/linux-4.4.14/fs/ext4/ |
D | file.c | 325 .pmd_fault = ext4_dax_pmd_fault,
|
/linux-4.4.14/mm/ |
D | memory.c | 3280 if (vma->vm_ops->pmd_fault) in create_huge_pmd() 3281 return vma->vm_ops->pmd_fault(vma, address, pmd, flags); in create_huge_pmd() 3291 if (vma->vm_ops->pmd_fault) in wp_huge_pmd() 3292 return vma->vm_ops->pmd_fault(vma, address, pmd, flags); in wp_huge_pmd()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_file.c | 1639 .pmd_fault = xfs_filemap_pmd_fault,
|
/linux-4.4.14/include/linux/ |
D | mm.h | 257 int (*pmd_fault)(struct vm_area_struct *, unsigned long address, member
|