Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\backing-dev.h Create Date:2022-07-28 09:09:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bdi_cap_stable_pages_required

Proto:static inline bool bdi_cap_stable_pages_required(struct backing_dev_info *bdi)

Type:bool

Parameter:

TypeParameterName
struct backing_dev_info *bdi
193  Return Device capabilities & BDI_CAP_STABLE_WRITES
Caller
NameDescribe
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