函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\page-flags.h Create Date:2022-07-27 06:40:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:SetPageError

函数原型:static inline __attribute__((__always_inline__)) void SetPageError(struct page *page)

返回类型:void

参数:

类型参数名称
struct page *page
314  set_bit - Atomically set a bit in memory*@nr: the bit to set*@addr: the address to start counting from* This is a relaxed atomic operation (no implied memory barriers).* Note that @nr may be almost arbitrarily large; this function is not
调用者
名称描述
page_endioAfter completing I/O on a page, call this routine to update the page* flags appropriately
end_swap_bio_write
end_swap_bio_read
migrate_page_statesCopy the page to its new location
me_pagecache_dirtyDirty pagecache page* Issues: when the error hit a hole page the error is not properly* propagated.
end_buffer_async_read
end_buffer_async_writeCompletion handler for block_write_full_page() - pages which are unlocked* during I/O, and which have PageWriteback cleared upon I/O completion.
__block_write_full_pageWhile block_write_full_page is writing back the dirty buffers under* the page lock, whoever dirtied the buffers may decide to clean them* again at any time
block_read_full_pageGeneric "read page" function for block devices that have the normal* get_block functionality
fscrypt_decrypt_bio
fsverity_verify_biosverity_verify_bio() - verify a 'read' bio that has just completed* Verify a set of pages that have just been read from a verity file. The pages* must be pagecache pages that are still locked and not yet uptodate. Pages
iomap_read_page_end_io
iomap_readpage
iomap_finish_page_writeback