Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\iomap\trace.h Create Date:2022-07-28 20:31:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_iomap_writepage

Proto:static inline void trace_iomap_writepage(struct inode *inode, struct page *page, unsigned long off, unsigned int len)

Type:void

Parameter:

TypeParameterName
struct inode *inode
struct page *page
unsigned longoff
unsigned intlen

NULL

Caller
NameDescribe
iomap_do_writepageWrite out a dirty page.* For delalloc space on the page we need to allocate space and flush it.* For unwritten space on the page we need to start the conversion to* regular allocated space.