Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:end_buffer_write_sync

Proto:void end_buffer_write_sync(struct buffer_head *bh, int uptodate)

Type:void

Parameter:

TypeParameterName
struct buffer_head *bh
intuptodate
174  If uptodate Then
175  Emit the buffer bitops functions. Note that there are also functions* of the form "mark_buffer_foo()". These are higher-level functions which* do something in addition to setting a b_state bit.
176  Else
177  buffer_io_error(bh, ", lost sync page write")
178  mark_buffer_write_io_error(bh)
179  Emit the buffer bitops functions. Note that there are also functions* of the form "mark_buffer_foo()". These are higher-level functions which* do something in addition to setting a b_state bit.
181  unlock_buffer(bh)
182  put_bh(bh)