Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:page_file_offset

Proto:static inline loff_t page_file_offset(struct page *page)

Type:loff_t

Parameter:

TypeParameterName
struct page *page
441  Return Return the pagecache index of the passed page. Regular pagecache pages* use ->index whereas swapcache pages use swp_offset(->private) << PAGE_SHIFT determines the page size
Caller
NameDescribe
__swap_writepage