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:devpts_mount()* Mount a new (private) instance of devpts. PTYs created in this* instance are independent of the PTYs in other devpts instances.
Proto:static struct dentry *devpts_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_system_type * | fs_type | |
int | flags | |
const char * | dev_name | |
void * | data |
505 | Return mount_nodev(fs_type, flags, data, 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 |