table of contents
other versions
- wheezy 3.2.78-1
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¶
March 2016 | Kernel Hackers Manual 3.2. |