Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\page-flags.h Create Date:2022-07-28 05:36:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:SetPageError

Proto:static inline __attribute__((__always_inline__)) void SetPageError(struct page *page)

Type:void

Parameter:

TypeParameterName
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
Caller
NameDescribe
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