Function report |
Source Code:fs\pipe.c |
Create Date:2022-07-28 20:04:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_pipe_inode
Proto:static struct inode *get_pipe_inode(void)
Type:struct inode
Parameter:Nothing
843 | inode = new_inode_pseudo( pointer to superblock ) |
846 | If Not inode Then Go to fail_inode |
851 | pipe = alloc_pipe_info() |
856 | files = 2 |
868 | i_uid = current_fsuid() |
869 | i_gid = current_fsgid() |
870 | i_atime = i_mtime = i_ctime = current_time(inode) |
872 | Return inode |
874 | fail_iput : |
875 | put an inode |
877 | fail_inode : |
878 | Return NULL |
Name | Describe |
---|---|
create_pipe_files |
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 |