Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:55 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void inode_init_once(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
390 | INIT_HLIST_NODE( & i_hash) |
395 | __address_space_init_once( & i_data) |
396 | i_size_ordered_init(inode) |
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 |