函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\buffer.c Create Date:2022-07-29 10:45:10
Last Modify:2020-03-18 10:38:29 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:link_dev_buffers

函数原型:static inline void link_dev_buffers(struct page *page, struct buffer_head *head)

返回类型:void

参数:

类型参数名称
struct page *page
struct buffer_head *head
909  bh等于head
910  循环
911  tail等于bh
912  bh等于 circular list of page's buffers
913 bh循环
914  circular list of page's buffers 等于head
915  line definitions
调用者
名称描述
grow_dev_pageCreate the page-cache page that contains the requested block.* This is used purely for blockdev mappings.