filemap_fdatawait (9) Linux Manual Page
filemap_fdatawait – wait for all under-writeback pages to complete Synopsis int filemap_fdatawait(struct address_space *mapping); Arguments mapping address space structure to wait for Description Walk the list of under-writeback pages of the given address space and wait for all of them. Check error status of the address space and return it. Since the error status of…
