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:de_sb_list_add - add inode to the superblock list of inodes*@inode: inode to add
Proto:void inode_sb_list_add(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
459 | spin_lock( & s_inode_list_lock) |
461 | spin_unlock( & s_inode_list_lock) |
Name | Describe |
---|---|
new_inode | obtain an inode |
inode_insert5 | de_insert5 - obtain an inode from a mounted file system*@inode: pre-allocated inode to use for insert to cache*@hashval: hash value (usually inode number) to get*@test: callback used for comparisons between inodes*@set: callback used to initialize a new |
iget_locked | obtain an inode from a mounted file system |
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 |