函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\backing-dev.h Create Date:2022-07-27 10:09:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bdi_cap_stable_pages_required

函数原型:static inline bool bdi_cap_stable_pages_required(struct backing_dev_info *bdi)

返回类型:bool

参数:

类型参数名称
struct backing_dev_info *bdi
193  返回: Device capabilities 按位与BDI_CAP_STABLE_WRITES
调用者
名称描述
wait_for_stable_pagewait_for_stable_page() - wait for writeback to finish, if necessary.*@page: The page to wait on.* This function determines if the given page is related to a backing device* that requires page contents to be held stable during writeback. If so, then
stable_pages_required_show
SYSCALL_DEFINE2