函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:从文件系统上获得索引节点

函数原型:struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data)

返回类型:struct inode

参数:

类型参数名称
struct super_block *sb
unsigned longhashval
int (*test
int (*set
void *data
1143  inode等于在高速缓存查找索引节点
1145  如果非inode
1146  new等于alloc_inode(sb)
1148  如果new
1149  Misc 等于0
1155  返回:inode
调用者
名称描述
bdget