调用者名称 | 描述 |
filemap_fdatawait_range | lemap_fdatawait_range - wait for writeback to complete*@mapping: address space structure to wait for*@start_byte: offset in bytes where the range starts*@end_byte: offset in bytes where the range ends (inclusive)* Walk the list of under-writeback pages of |
filemap_fdatawait_range_keep_errors | lemap_fdatawait_range_keep_errors - wait for writeback to complete*@mapping: address space structure to wait for*@start_byte: offset in bytes where the range starts*@end_byte: offset in bytes where the range ends (inclusive)* Walk the list of |
file_fdatawait_range | le_fdatawait_range - wait for writeback to complete*@file: file pointing to address space structure to wait for*@start_byte: offset in bytes where the range starts*@end_byte: offset in bytes where the range ends (inclusive)* Walk the list of |
filemap_fdatawait_keep_errors | lemap_fdatawait_keep_errors - wait for writeback without clearing errors*@mapping: address space structure to wait for* Walk the list of under-writeback pages of the given address space* and wait for all of them. Unlike filemap_fdatawait(), this function |
file_write_and_wait_range | le_write_and_wait_range - write out & wait on a file range*@file: file pointing to address_space with pages*@lstart: offset in bytes where the range starts*@lend: offset in bytes where the range ends (inclusive) |