Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\mpage.c Create Date:2022-07-28 20:15:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:For situations where we want to clean all buffers attached to a page.* We don't need to calculate how many buffers are attached to the page,* we just need to specify a number larger than the maximum number of buffers.

Proto:void clean_page_buffers(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
493  We have our BIO, so we can now mark the buffers clean. Make* sure to only clean buffers which we know we'll be writing.