table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
FILEMAP_FDATAWAIT(9) | Memory Management in Linux | FILEMAP_FDATAWAIT(9) |
NAME¶
filemap_fdatawait - wait for all under-writeback pages to completeSYNOPSIS¶
int
filemap_fdatawait(struct address_space * mapping);
ARGUMENTS¶
mappingaddress space structure to wait for
DESCRIPTION¶
Walk the list of under-writeback pages of the given address space and wait for all of them.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |