table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FILEMAP_FAULT(9) | Memory Management in Linux | FILEMAP_FAULT(9) |
NAME¶
filemap_fault - read in file data for page fault handlingSYNOPSIS¶
int
filemap_fault(struct vm_area_struct * vma,
struct vm_fault * vmf);
ARGUMENTS¶
vmavma in which the fault was taken
vmf
struct vm_fault containing details of the
fault
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |