Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\hugetlb.c Create Date:2022-07-28 15:28:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Return the pagecache page at a given address within a VMA

Proto:static struct page *hugetlbfs_pagecache_page(struct hstate *h, struct vm_area_struct *vma, unsigned long address)

Type:struct page

Parameter:

TypeParameterName
struct hstate *h
struct vm_area_struct *vma
unsigned longaddress
3739  mapping = f_mapping
3740  idx = Convert the address within this vma to the page offset within* the mapping, in pagecache page units; huge pages here.
3742  Return locate, pin and lock a pagecache page
Caller
NameDescribe
hugetlb_fault