Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page-writeback.c Create Date:2022-07-28 14:11:31
Last Modify:2022-05-23 13:25:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:wait_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

Proto:void wait_for_stable_page(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
2837  If bdi_cap_stable_pages_required(inode_to_bdi(host)) Then Wait for a page to complete writeback
Caller
NameDescribe
grab_cache_page_write_beginFind or create a page at the given pagecache position. Return the locked* page. This function is specifically for buffered writes.
iomap_page_mkwrite