Function report |
Source Code:fs\libfs.c |
Create Date:2022-07-28 20:10:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:make_empty_dir_inode
Proto:void make_empty_dir_inode(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
1277 | i_uid = GLOBAL_ROOT_UID |
1278 | i_gid = GLOBAL_ROOT_GID |
1279 | i_rdev = 0 |
1280 | i_size = 0 |
1282 | i_blocks = 0 |
1284 | i_op = empty_dir_inode_operations |
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 |