函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:02 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:These are initializations that only need to be done* once, because the fields are idempotent across use* of the inode, so let the slab aware of that.
函数原型:void inode_init_once(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
390 | INIT_HLIST_NODE( & i_hash) |
391 | 初始化链表头 |
392 | 初始化链表头 |
393 | 初始化链表头 |
394 | 初始化链表头 |
395 | __address_space_init_once( & i_data) |
396 | i_size_ordered_init(inode) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |