Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\filemap.c Create Date:2022-07-28 14:00:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:filemap_check_errors

Proto:int filemap_check_errors(struct address_space *mapping)

Type:int

Parameter:

TypeParameterName
struct address_space *mapping
366  ret = 0
368  If st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from && st_and_clear_bit - Clear a bit and return its old value*@nr: Bit to clear*@addr: Address to count from* This is an atomic fully-ordered operation (implied full memory barrier). Then ret = -ENOSPC
371  If st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from && st_and_clear_bit - Clear a bit and return its old value*@nr: Bit to clear*@addr: Address to count from* This is an atomic fully-ordered operation (implied full memory barrier). Then ret = -EIO
374  Return ret
Caller
NameDescribe
filemap_fdatawait_rangelemap_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_write_and_wait
filemap_write_and_wait_rangelemap_write_and_wait_range - write out & wait on a file range*@mapping: the address_space for the pages*@lstart: offset in bytes where the range starts*@lend: offset in bytes where the range ends (inclusive)
write_one_pagewrite_one_page - write out a single page and wait on I/O*@page: the page to write* The page must be locked by the caller and will be unlocked upon return