函数逻辑报告 |
Source Code:fs\attr.c |
Create Date:2022-07-29 10:38:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:setattr_copy - copy simple metadata updates into the generic inode*@inode: the inode to be updated*@attr: the new attributes* setattr_copy must be called with i_mutex held.* setattr_copy updates the inode's metadata with that specified* in attr
函数原型:void setattr_copy(struct inode *inode, const struct iattr *attr)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
const struct iattr * | attr |
186 | 如果ia_valid按位与ATTR_ATIME则i_atime等于ia_atime |
188 | 如果ia_valid按位与ATTR_MTIME则i_mtime等于ia_mtime |
190 | 如果ia_valid按位与ATTR_CTIME则i_ctime等于ia_ctime |
名称 | 描述 |
---|---|
simple_setattr | simple_setattr - setattr for simple filesystem*@dentry: dentry*@iattr: iattr structure* Returns 0 on success, -error on failure |
ramfs_nommu_setattr | handle a change of attributes* - we're specifically interested in a change of size |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |