Function report |
Source Code:fs\devpts\inode.c |
Create Date:2022-07-28 20:34:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:new_pts_fs_info
Proto:static void *new_pts_fs_info(struct super_block *sb)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb |
432 | fsi = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
433 | If Not fsi Then Return NULL |
436 | ida_init( & allocated_ptys) |
437 | mode = DEVPTS_DEFAULT_MODE |
441 | Return fsi |
Name | Describe |
---|---|
devpts_fill_super |
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 |