函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\mpage.c Create Date:2022-07-29 10:46:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:void clean_page_buffers(struct page *page)

返回类型:void

参数:

类型参数名称
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.