函数逻辑报告 |
Source Code:fs\libfs.c |
Create Date:2022-07-29 10:40:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:simple_setattr - setattr for simple filesystem*@dentry: dentry*@iattr: iattr structure* Returns 0 on success, -error on failure
函数原型:int simple_setattr(struct dentry *dentry, struct iattr *iattr)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | dentry | |
struct iattr * | iattr |
425 | inode等于获得目录项的索引节点 |
435 | mark_inode_dirty(inode) |
436 | 返回:0 |
名称 | 描述 |
---|---|
notify_change | y_change - modify attributes of a filesytem object*@dentry: object affected*@attr: new attributes*@delegated_inode: returns inode, if the inode is delegated* The caller must hold the i_mutex on the affected object |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |