Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\buffer.c Create Date:2022-07-28 20:14:09
Last Modify:2020-03-18 10:38:29 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mark_buffer_write_io_error

Proto:void mark_buffer_write_io_error(struct buffer_head *bh)

Type:void

Parameter:

TypeParameterName
struct buffer_head *bh
1163  set_buffer_write_io_error(bh)
1165  If the page this bh is mapped to && See page-flags.h for PAGE_MAPPING_FLAGS Then mapping_set_error - record a writeback error in the address_space*@mapping - the mapping in which an error should be set*@error - the error to set in the mapping* When writeback fails in some way, we must record that error so that
1167  If mapping this buffer is associated with Then mapping_set_error - record a writeback error in the address_space*@mapping - the mapping in which an error should be set*@error - the error to set in the mapping* When writeback fails in some way, we must record that error so that
Caller
NameDescribe
end_buffer_write_sync
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.