Function report |
Source Code:fs\attr.c |
Create Date:2022-07-28 20:08:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void setattr_copy(struct inode *inode, const struct iattr *attr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
const struct iattr * | attr |
186 | If ia_valid & ATTR_ATIME Then i_atime = ia_atime |
188 | If ia_valid & ATTR_MTIME Then i_mtime = ia_mtime |
190 | If ia_valid & ATTR_CTIME Then i_ctime = ia_ctime |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |